Lines Matching full:filesystem
9 All filesystem operations require a dentry (or two) as a starting
12 applications that access a filesystem via a remote filesystem protocol
19 The mechanism discussed here allows each filesystem implementation to
20 specify how to generate an opaque (outside of the filesystem) byte
26 A filesystem which supports the mapping between filehandle fragments
34 The dcache normally contains a proper prefix of any given filesystem
35 tree. This means that if any filesystem object is in the dcache, then
36 all of the ancestors of that filesystem object are also in the dcache.
44 the dcache that are not needed for normal filesystem access.
98 Filesystem Issues
101 For a filesystem to be exportable it must:
120 A file system implementation declares that instances of the filesystem
160 filesystem to communicate such information to nfsd. See the Export
175 contains a "flags" field that allows the filesystem to communicate to nfsd
179 EXPORT_OP_NOWCC - disable NFSv3 WCC attributes on this filesystem
189 replies when doing operations on this filesystem. Consider enabling
197 export consists of an entire filesystem, this is trivial. nfsd can just
198 ensure that the filehandle live on the filesystem. When only part of a
199 filesystem is exported however, then nfsd must walk the ancestors of the
202 This flag exempts the filesystem from subtree checking and causes
219 EXPORT_OP_REMOTE_FS - Backing storage for this filesystem is remote
229 EXPORT_OP_NOATOMIC_ATTR - Filesystem does not update attributes atomically
230 EXPORT_OP_NOATOMIC_ATTR indicates that the exported filesystem
237 EXPORT_OP_FLUSH_ON_CLOSE - Filesystem flushes file data on close(2)