Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 44) sorted by relevance

12

/fs/jffs2/
DREADME.Locking6 (BKL), which was always helpfully obtained for it by Linux 2.4 VFS
28 which they belong. This is for the benefit of NAND flash - adding new
54 before calling a function which may need to allocate space. The
55 allocation may trigger garbage-collection, which may need to move a
56 node belonging to the inode which was locked in the first place by the
58 of the inode from which it's garbage-collecting a physical node, this
63 mutex, which is obtained by the garbage collection code and also
110 This spinlock also covers allocation of new inode numbers, which is
127 This mutex is only used by the erase code which frees obsolete node
147 which indicates which flash region (if any) is currently covered by
[all …]
DKconfig25 areas which at one point needed debugging, but when the bugs were
108 Enabling this option allows you to explicitly choose which
112 write a file system which cannot be read by a standard kernel.
178 Tries all compressors and chooses the one which has the smallest
184 Tries all compressors and chooses the one which has the smallest
185 result but gives some preference to LZO (which has faster
DTODO15 decide which inodes should be in-core immediately after mount.
25 nodes to a different one, we can separate clean nodes from those which
26 are likely to become dirty, and end up with blocks which are each far
/fs/cifs/
DKconfig15 (CIFS) protocol which is the successor to the Server Message Block
19 NT 4 and Windows XP) as well by Samba (which provides excellent CIFS
54 bool "Support legacy servers which use weaker LANMAN security"
85 Enables an upcall mechanism for CIFS which accesses userspace helper
87 which are needed to mount to certain secure servers (for which more
115 (such as Samba 3.10 and later) which can negotiate
131 the cifs code which increases the size of the cifs module.
138 to the cifs code which slightly increases the size of
152 an upcall mechanism for CIFS which contacts userspace helper
154 IP addresses) which is needed for implicit mounts of DFS junction
DCHANGES29 Client uses server inode numbers (which are persistent) rather than
33 which uid mounted does not immediately force the server's reported
44 characters. Add support for mounting root of a share which redirects immediately
46 accurately mark string length before allocating memory (which may help the
58 used to use the same "vcnumber" for all connections which could cause
83 (readdir) requests do not get invalid results which include the now
85 when using DFS. Add better file create support to servers which support
99 when sending large SMBWriteX requests). Fix case in which a portion of
125 for referrals which enable a hierarchical name space among servers).
126 Disable temporary caching of mode bits to servers which do not support
[all …]
DREADME3 It was designed to comply with the SNIA CIFS Technical Reference (which
62 the CIFS VFS web site) copy it to the same directory in which mount.smbfs and
114 mounts, unless umount is invoked with -i (which will avoid invoking a umount
152 feature of most Linux filesystems which may require enabling via
165 which may not be what you want, although if the CIFS Unix extensions are
208 you do not trust the server to which are mounted, or if you do not have
216 for the server and sharename (which is somewhat similar to NFS style mount
241 filenames which contain certain reserved characters (e.g.the character :
242 which is used to delimit the beginning of a stream name by Windows), while
246 filenames (ie those which contain valid Linux characters, which normally
[all …]
/fs/isofs/
DKconfig6 Unix systems. The so-called Rock-Ridge extensions which allow for
23 which allows for long filenames in unicode format (unicode is the
24 new 16 bit character code, successor to ASCII, which encodes the
34 This is a Linux-specific extension to RockRidge which lets you store
/fs/
Dioprio.c61 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) in SYSCALL_DEFINE3() argument
93 switch (which) { in SYSCALL_DEFINE3()
178 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) in SYSCALL_DEFINE2() argument
188 switch (which) { in SYSCALL_DEFINE2()
/fs/nfsd/
DKconfig15 You may choose to use a user-space NFS server instead, in which
19 user space programs which can be found in the Linux nfs-utils
24 Below you can choose which versions of the NFS protocol are
59 clients which support the Solaris NFSv3 ACL protocol can then
79 space programs which can be found in the Linux nfs-utils package,
/fs/notify/fanotify/
DKconfig8 notification system which differs from inotify in that it sends
22 listeners which need to scan files before allowing the system access to
/fs/ubifs/
DKconfig12 UBIFS is a file system for flash devices which works on top of UBI.
18 This option allows to explicitly choose which compressions, if any,
/fs/autofs4/
DKconfig7 automounter (amd), which is a pure user space daemon.
18 don't have a laptop which needs to dynamically reconfigure to the
/fs/cramfs/
DREADME47 *end* of the i'th <block> (i.e. one past the last byte, which is the
97 for blksize, whereas Linux-2.3.39 uses its PAGE_CACHE_SIZE, which in
98 turn is defined as PAGE_SIZE (which can be as large as 32KB on arm).
99 This discrepancy is a bug, though it's not clear which should be
147 e.g. get readpage to decompress to a buffer of size MAX_BLKSIZE (which
/fs/freevxfs/
Dvxfs_fshead.c76 vxfs_getfsh(struct inode *ip, int which) in vxfs_getfsh() argument
80 bp = vxfs_bread(ip, which); in vxfs_getfsh()
/fs/nfs/
DKconfig14 install the user space mount.nfs command which can be found in
20 Below you can choose which versions of the NFS protocol are
24 To configure a system which mounts its root file system via NFS
84 space programs which can be found in the Linux nfs-utils package,
/fs/f2fs/
DKconfig5 F2FS is based on Log-structured File System (LFS), which supports
7 addressing the fundamental issues in LFS, which are snowball effect
/fs/romfs/
DKconfig33 cache as the medium from which to retrieve data. It does not allow
43 intercession of the block layer (which may have been disabled). It
/fs/gfs2/
Dincore.h778 static inline void gfs2_glstats_inc(struct gfs2_glock *gl, int which) in gfs2_glstats_inc() argument
780 gl->gl_stats.stats[which]++; in gfs2_glstats_inc()
783 static inline void gfs2_sbstats_inc(const struct gfs2_glock *gl, int which) in gfs2_sbstats_inc() argument
787 this_cpu_ptr(sdp->sd_lkstats)->lkstats[gl->gl_name.ln_type].stats[which]++; in gfs2_sbstats_inc()
/fs/notify/inotify/
DKconfig10 descriptor, which is also select()- and poll()-able.
/fs/affs/
DChanges17 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/xfs/
DKconfig7 XFS is a high performance journaling filesystem which originated
59 which contain a realtime subvolume. The realtime subvolume is a
/fs/sysfs/
DKconfig11 which driver each is bound to. sysfs can also be used to tune devices
/fs/nilfs2/
DKconfig15 and can change them into snapshots which will be preserved for long
/fs/adfs/
DKconfig6 RiscOS operating system which runs on Acorn's ARM-based Risc PC
/fs/nls/
DKconfig295 character set, which works for most Latin-written Slavic and Central
325 set, which covers most West European languages such as Albanian,
337 set, which works for most Latin-written Slavic and Central European
348 set, which is popular with authors of Esperanto, Galician, Maltese,
358 set which introduces letters for Estonian, Latvian, and
368 character set with which you can type Bulgarian, Belarusian,
407 set, which supports modern Baltic languages including Latvian
417 set, which adds the last accented vowels for Welsh (aka Cymraeg)
428 set, which covers most West European languages such as Albanian,

12