代码搜索:Filesystem

找到约 7,034 项符合「Filesystem」的源代码

代码结果 7,034
www.eeworm.com/read/333835/3381597

c mds_fs.c

/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * * mds/mds_fs.c * Lustre Metadata Server (MDS) filesystem interface code * * Copyright (
www.eeworm.com/read/333835/3381635

test getfacl-noacl.test

Getfacl utility option parsing tests. This test can be run on a filesystem with or without ACL support. $ mkdir test $ cd test $ umask 027 $ touch x $ getfacl --omit-header x > user::rw- > gro
www.eeworm.com/read/333835/3381761

8 lctl.8

.TH lctl 1 "2003 Oct 8" Lustre "configuration utilities" .SH NAME lctl \- Low level Lustre filesystem configuration utility .SH SYNOPSIS .br .B lctl .br .B lctl --device .br .
www.eeworm.com/read/333835/3382175

c lvfs_userfs.c

/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * * lustre/lib/lvfs_userfs.c * Lustre filesystem abstraction routines * * Copyright (C) 2
www.eeworm.com/read/333835/3382181

c lvfs_linux.c

/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * * lustre/lib/lvfs_linux.c * Lustre filesystem abstraction routines * * Copyright (C) 20
www.eeworm.com/read/333835/3382182

c lvfs_lib.c

/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * * lustre/lvfs/lvfs_lib.c * Lustre filesystem abstraction routines * * Copyright (C) 200
www.eeworm.com/read/328214/3446301

h nfs_fs.h

#ifndef _LINUX_NFS_FS_H #define _LINUX_NFS_FS_H /* * linux/include/linux/nfs_fs.h * * Copyright (C) 1992 Rick Sladkey * * OS-specific nfs filesystem definitions and declarations */
www.eeworm.com/read/327225/3463362

c ostype.c

/* vi: set sw=4 ts=4: */ /* * getostype.c - Get the Filesystem OS type * * Copyright (C) 2004,2005 Theodore Ts'o * * This file can be redistributed under the terms of th
www.eeworm.com/read/326293/3472516

c fat.c

/* * volume_id - reads filesystem label and uuid * * Copyright (C) 2004-2007 Kay Sievers * Copyright (C) 2007 Ryan Lortie * * This program is free softwar
www.eeworm.com/read/325240/3485355

java filesystemmodel.java

// FileSystemModel.java // TreeModel implementation using File objects as tree nodes. package com.deitel.advjhtp1.mvc.tree.filesystem; // Java core packages import java.io.*; import java.util.*