| /fs/afs/ |
| A D | xattr.c | 147 int which = 0, dsize, ret = -ENOMEM; in afs_xattr_get_yfs() local 150 which = 0; in afs_xattr_get_yfs() 152 which = 1; in afs_xattr_get_yfs() 154 which = 2; in afs_xattr_get_yfs() 156 which = 3; in afs_xattr_get_yfs() 164 if (which == 0) in afs_xattr_get_yfs() 166 else if (which == 3) in afs_xattr_get_yfs() 182 switch (which) { in afs_xattr_get_yfs()
|
| /fs/jffs2/ |
| A D | README.Locking | 24 which they belong. This is for the benefit of NAND flash - adding new 50 before calling a function which may need to allocate space. The 51 allocation may trigger garbage-collection, which may need to move a 52 node belonging to the inode which was locked in the first place by the 54 of the inode from which it's garbage-collecting a physical node, this 59 mutex, which is obtained by the garbage collection code and also 107 This spinlock also covers allocation of new inode numbers, which is 124 This mutex is only used by the erase code which frees obsolete node 144 which indicates which flash region (if any) is currently covered by 155 xattr related objects which include stuff in superblock and ic->xref.
|
| A D | Kconfig | 26 areas which at one point needed debugging, but when the bugs were 105 Enabling this option allows you to explicitly choose which 109 write a file system which cannot be read by a standard kernel. 176 Tries all compressors and chooses the one which has the smallest 182 Tries all compressors and chooses the one which has the smallest 183 result but gives some preference to LZO (which has faster
|
| /fs/smb/client/ |
| A D | Kconfig | 70 bool "Support legacy servers which use less secure dialects" 88 Enables an upcall mechanism for CIFS which accesses userspace helper 90 which are needed to mount to certain secure servers (for which more 117 and later) which can negotiate CIFS POSIX ACL support. This config 126 the cifs code which increases the size of the cifs module. 134 to the cifs code which slightly increases the size of 157 an upcall mechanism for CIFS which contacts userspace helper 159 IP addresses) which is needed in order to reconnect to 169 feature enables an upcall mechanism for CIFS which contacts a
|
| /fs/isofs/ |
| A D | Kconfig | 8 Unix systems. The so-called Rock-Ridge extensions which allow for 25 which allows for long filenames in unicode format (unicode is the 26 new 16 bit character code, successor to ASCII, which encodes the 36 This is a Linux-specific extension to RockRidge which lets you store
|
| /fs/notify/fanotify/ |
| A D | Kconfig | 9 notification system which differs from inotify in that it sends 22 listeners which need to scan files before allowing the system access to
|
| /fs/autofs/ |
| A D | Kconfig | 8 automounter (amd), which is a pure user space daemon. 18 don't have a laptop which needs to dynamically reconfigure to the
|
| /fs/nfsd/ |
| A D | Kconfig | 21 You may choose to use a user-space NFS server instead, in which 25 user space programs which can be found in the Linux nfs-utils 30 Below you can choose which versions of the NFS protocol are 66 clients which support the Solaris NFSv3 ACL protocol can then 89 space programs which can be found in the Linux nfs-utils package,
|
| /fs/cramfs/ |
| A D | README | 47 *end* of the i'th <block> (i.e. one past the last byte, which is the 86 blksize except for the last block which is limited by the file length. 126 for blksize, whereas Linux-2.3.39 uses its PAGE_SIZE, which in 127 turn is defined as PAGE_SIZE (which can be as large as 32KB on arm). 128 This discrepancy is a bug, though it's not clear which should be 176 e.g. get read_folio to decompress to a buffer of size MAX_BLKSIZE (which
|
| /fs/ubifs/ |
| A D | Kconfig | 18 UBIFS is a file system for flash devices which works on top of UBI. 25 This option allows to explicitly choose which compressions, if any, 59 which means that file-system read operations will cause writes (inode atime
|
| /fs/overlayfs/ |
| A D | Kconfig | 26 an overlay which has redirects on a kernel that doesn't support this 60 That is, mounting an overlay which has an inodes index on a kernel 85 That is, mounting an overlay which has a full index on a kernel 124 mounting an overlay which has metacopy only inodes on a kernel
|
| /fs/freevxfs/ |
| A D | vxfs_fshead.c | 53 vxfs_getfsh(struct inode *ip, int which) in vxfs_getfsh() argument 57 bp = vxfs_bread(ip, which); in vxfs_getfsh()
|
| /fs/erofs/ |
| A D | Kconfig | 22 scenarios which need high-performance read-only solutions, e.g. 29 page cache for compressed data using proper strategies, which is 42 Print debugging messages and enable more BUG_ONs which check 44 which can be used for Android eng build, for example.
|
| /fs/romfs/ |
| A D | Kconfig | 34 cache as the medium from which to retrieve data. It does not allow 44 intercession of the block layer (which may have been disabled). It
|
| /fs/verity/ |
| A D | Kconfig | 12 use an ioctl to enable verity for a file, which causes the 26 data each time it is paged back in, which provides better
|
| /fs/smb/server/ |
| A D | Kconfig | 31 You may choose to use a samba server instead, in which 34 You also need to install user space programs which can be found
|
| /fs/f2fs/ |
| A D | Kconfig | 19 F2FS is based on Log-structured File System (LFS), which supports 21 addressing the fundamental issues in LFS, which are snowball effect 83 Enables BUG_ONs which check the filesystem consistency in runtime.
|
| /fs/gfs2/ |
| A D | incore.h | 860 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc() argument 862 gl->gl_stats.stats[which]++; in gfs2_glstats_inc() 865 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc() argument 869 this_cpu_ptr(sdp->sd_lkstats)->lkstats[gl->gl_name.ln_type].stats[which]++; in gfs2_sbstats_inc()
|
| /fs/nfs/ |
| A D | Kconfig | 17 install the user space mount.nfs command which can be found in 23 Below you can choose which versions of the NFS protocol are 27 To configure a system which mounts its root file system via NFS 86 space programs which can be found in the Linux nfs-utils package,
|
| /fs/zonefs/ |
| A D | Kconfig | 8 zonefs is a simple file system which exposes zones of a zoned block
|
| /fs/affs/ |
| A D | Changes | 17 doesn't work with devices which have 256 byte 114 It also marks the inode dirty now (which is not 179 - Fixed some oversights which were in patch 2.1.78. 316 - Fixed a nasty bug which didn't allow read-only
|
| /fs/notify/inotify/ |
| A D | Kconfig | 10 descriptor, which is also select()- and poll()-able.
|
| /fs/nls/ |
| A D | Kconfig | 296 character set, which works for most Latin-written Slavic and Central 326 set, which covers most West European languages such as Albanian, 338 set, which works for most Latin-written Slavic and Central European 349 set, which is popular with authors of Esperanto, Galician, Maltese, 359 set which introduces letters for Estonian, Latvian, and 369 character set with which you can type Bulgarian, Belarusian, 408 set, which supports modern Baltic languages including Latvian 418 set, which adds the last accented vowels for Welsh (aka Cymraeg) 429 set, which covers most West European languages such as Albanian,
|
| /fs/sysfs/ |
| A D | Kconfig | 13 which driver each is bound to. sysfs can also be used to tune devices
|
| /fs/nilfs2/ |
| A D | Kconfig | 18 and can change them into snapshots which will be preserved for long
|