/fs/afs/ |
D | super.c | 157 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_devname() local 158 struct afs_volume *volume = as->volume; in afs_show_devname() 159 struct afs_cell *cell = as->cell; in afs_show_devname() 163 if (as->dyn_root) { in afs_show_devname() 191 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_options() local 194 if (as->dyn_root) in afs_show_options() 198 switch (as->flock_mode) { in afs_show_options() 422 struct afs_super_info *as = AFS_FS_S(sb); in afs_test_super() local 424 return (as->net_ns == fc->net_ns && in afs_test_super() 425 as->volume && in afs_test_super() [all …]
|
D | dynroot.c | 30 struct afs_super_info *as = AFS_FS_S(inode->i_sb); in afs_iget5_pseudo_set() local 34 vnode->volume = as->volume; in afs_iget5_pseudo_set() 47 struct afs_super_info *as = AFS_FS_S(sb); in afs_iget_pseudo_dir() local 54 if (as->volume) in afs_iget_pseudo_dir() 55 fid.vid = as->volume->vid; in afs_iget_pseudo_dir()
|
D | inode.c | 395 struct afs_super_info *as = AFS_FS_S(inode->i_sb); in afs_iget5_set() local 398 vnode->volume = as->volume; in afs_iget5_set() 492 struct afs_super_info *as = AFS_FS_S(inode->i_sb); in afs_iget5_set_root() local 495 vnode->volume = as->volume; in afs_iget5_set_root() 496 vnode->fid.vid = as->volume->vid, in afs_iget5_set_root() 510 struct afs_super_info *as = AFS_FS_S(sb); in afs_root_iget() local 516 _enter(",{%llx},,", as->volume->vid); in afs_root_iget() 524 _debug("GOT ROOT INODE %p { vl=%llx }", inode, as->volume->vid); in afs_root_iget() 529 vnode->cb_v_break = as->volume->cb_v_break, in afs_root_iget() 531 op = afs_alloc_operation(key, as->volume); in afs_root_iget()
|
/fs/cramfs/ |
D | README | 7 a given directory are contiguous, as this is used by readdir). 25 The order of inode traversal is described as "width-first" (not to be 28 same order as `ls -AUR' (but without the /^\..*:$/ directory header 29 lines); put another way, the same order as `find -type d -exec 48 same as the start of the (i+1)'th <block> if there is one). The first 53 <block_pointer>'s top bits may contain special flags as follows: 69 tree, i.e. the same order as `find -size +0 \( -type f -o -type l \) 89 remaining block data as this cannot be determined from the placement of 125 Currently, mkcramfs #define's PAGE_SIZE as 4096 and uses that 127 turn is defined as PAGE_SIZE (which can be as large as 32KB on arm). [all …]
|
D | Kconfig | 15 To compile this as a module, choose M here: the module will be called 17 directory /) cannot be compiled as a module. 22 consider a more capable compressed filesystem such as SquashFS
|
/fs/coda/ |
D | Kconfig | 8 with regular Unix commands as if they were sitting on your hard 14 If you say Y here, your Linux box will be able to act as a Coda 15 *client*. You will need user level code as well, both for the 21 To compile the coda client support as a module, choose M here: the
|
/fs/verity/ |
D | Kconfig | 6 # SHA-256 is implied as it's intended to be the default hash algorithm. 22 This serves as an integrity check, but the availability of the 25 be hashed at once, such as: (a) auditing (logging the file's 53 This is meant as a relatively simple mechanism that can be 54 used to provide an authenticity guarantee for verity files, as
|
/fs/ntfs/ |
D | Kconfig | 18 the Linux 2.4 kernel series is separately available as a patch 24 To compile this file system support as a module, choose M here: the 36 performed by the driver as well as additional debugging messages to 39 at the kernel command line when booting the kernel or as an option 41 you can enable debugging messages by doing (as root):
|
/fs/bfs/ |
D | Kconfig | 9 and corresponds to the slice marked as "STAND" in the UnixWare 18 To compile this as a module, choose M here: the module will be called 20 containing the directory /) cannot be compiled as a module.
|
/fs/freevxfs/ |
D | Kconfig | 16 NOTE: the file system type as used by mount(1), mount(2) and 17 fstab(5) is 'vxfs' as it describes the file system format, not 25 To compile this as a module, choose M here: the module will be
|
/fs/fat/ |
D | Kconfig | 31 To compile this as a module, choose M here: the module will be called 32 fat. Note that if you compile the FAT support as a module, you 34 -- they will have to be modules as well. 58 as well. To compile this as a module, choose M here: the module will 75 To compile this as a module, choose M here: the module will be called
|
/fs/jbd2/ |
D | Kconfig | 12 as RAID or LVM. 18 To compile this device as a module, choose M here. The module will be 20 you cannot compile this code as a module.
|
/fs/romfs/ |
D | Kconfig | 8 other read-only media as well. Read 11 To compile this file system support as a module, choose M here: the 34 cache as the medium from which to retrieve data. It does not allow
|
/fs/efivarfs/ |
D | Kconfig | 8 variable support via sysfs, as it doesn't suffer from the 11 To compile this file system support as a module, choose M
|
/fs/reiserfs/ |
D | README | 19 to license code labeled as owned by you on your behalf other than 22 makes his next sale. He makes no guarantees as to the amount if any, 30 the GPL as not allowing those additional licensing options, you read 67 Real users, as opposed to folks who want to hack and then understand 76 integration that you sell as an operating system. Let your competitors 103 unformatted nodes as the solution. 107 of the project to him. (Fortunately, as the person paying the money 138 Alexander Zarochentcev (sometimes known as zam, or sasha), wrote the
|
/fs/ufs/ |
D | Kconfig | 6 BSD and derivate versions of Unix (such as SunOS, FreeBSD, NetBSD, 9 this file system as well. Saying Y here will allow you to read from 26 To compile the UFS file system support as a module, choose M here: the
|
/fs/hfsplus/ |
D | Kconfig | 12 MacOS 8. It includes all Mac specific filesystem data such as 14 style features such as file ownership and permissions.
|
/fs/cifs/ |
D | Kconfig | 24 as well as for earlier dialects such as SMB2.1, SMB2 and the older 33 later) as well by Samba (which provides excellent CIFS and SMB3 97 LANMAN based servers such as OS/2 and Windows 95, but such 142 negotiate a newer dialect with servers, such as Samba 3.0.5 146 (such as Samba 3.10 and later) which can negotiate
|
/fs/xfs/ |
D | Kconfig | 20 To compile this file system support as a module, choose M here: the 22 system of your root partition is compiled as a module, you'll need 31 by the V5 format, such as metadata checksumming, strengthened 57 information as filesystem metadata and uses journaling to provide a 86 for media streaming applications, but is also useful as a generic 122 formatted with secondary metadata, such as reverse mappings and inode
|
/fs/ocfs2/ |
D | Kconfig | 37 It is always safe to say Y here, as the clustering method is 49 It is safe to say Y, as the clustering method is run-time 76 this option for debugging only as it is likely to decrease
|
/fs/hpfs/ |
D | Kconfig | 6 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS 14 To compile this file system support as a module, choose M here: the
|
/fs/affs/ |
D | Changes | 1 (Note: I consider version numbers as cheap. That means 12 apparently not causing the failure, as directory 115 really necessary as notify_change() will do 150 - Removed some unnecessary locks as Bill 207 they appear now as normal Unix links. They are 263 demand instead of when a file is opened, as 284 (There's one exception to this, as in that function
|
/fs/minix/ |
D | Kconfig | 15 To compile this file system support as a module, choose M here: the 17 partition (the one containing the directory /) cannot be compiled as
|
/fs/nilfs2/ |
D | Kconfig | 18 snapshot is mountable as a read-only file system concurrently with 24 To compile this file system support as a module, choose M here: the
|
/fs/autofs/ |
D | Kconfig | 10 It will go away in a release or two as people have 26 To compile this support as a module, choose M here: the module will be
|