Searched refs:vfs (Results 1 – 13 of 13) sorted by relevance
/fs/nfsd/ |
D | Makefile | 7 nfsd-y := nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
|
/fs/cifs/ |
D | TODO | 56 vfs change to support removing D_NOTIFY on a file. 84 w) Add support for new vfs entry points for setlease and fallocate 120 share and run it against cifs vfs in automated fashion.
|
D | README | 22 and download the cifs vfs source (see the project page 26 to add the cifs vfs to your kernel configure options if 28 users do not need to apply the cifs_24.patch since the cifs vfs is 30 mkdir linux/fs/cifs and then copy the current cifs vfs files from 53 If you have built the CIFS vfs as module (successfully) simply 57 If you have built the CIFS vfs into the kernel itself, follow the instructions 85 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs 132 Samba 3.0) but the CIFS vfs works fine with a wide variety of CIFS servers. 170 ("man smb.conf") on the Samba server system. Note that the cifs vfs, 171 unlike the smbfs vfs, does not read the smb.conf on the client system [all …]
|
D | CHANGES | 550 that are parsed outside of the cifs vfs such as nosuid. 937 Introduced optional mount helper utility mount.cifs and made coreq changes to cifs vfs to enable 953 although corresponding function not fully implemented in the vfs yet
|
/fs/devpts/ |
D | inode.c | 240 static int devpts_show_options(struct seq_file *seq, struct vfsmount *vfs) in devpts_show_options() argument 242 struct pts_fs_info *fsi = DEVPTS_SB(vfs->mnt_sb); in devpts_show_options()
|
/fs/jfs/ |
D | super.c | 595 static int jfs_show_options(struct seq_file *seq, struct vfsmount *vfs) in jfs_show_options() argument 597 struct jfs_sb_info *sbi = JFS_SBI(vfs->mnt_sb); in jfs_show_options()
|
/fs/hostfs/ |
D | hostfs_kern.c | 327 static int hostfs_show_options(struct seq_file *seq, struct vfsmount *vfs) in hostfs_show_options() argument 329 struct inode *root = vfs->mnt_sb->s_root->d_inode; in hostfs_show_options()
|
/fs/befs/ |
D | ChangeLog | 22 * Segregated the functions that interface directly with the linux vfs 166 * Converted all non vfs-callback functions to use befs_sb_info as the
|
/fs/ntfs/ |
D | ChangeLog | 103 reason we cannot simply read the size from the vfs inode i_size is 106 - Fix ntfs_attr_make_non_resident() to update the vfs inode i_blocks 224 inode instead of a vfs inode as parameter. 281 the compressed size needs to be used for vfs inode->i_blocks instead 380 fact that the vfs and ntfs inodes are one struct in memory to find 382 own locking so it does not matter if the vfs inode is locked. 392 vfs ->truncate method. 479 marking the page the ntfs record is in dirty and also marking the vfs 1118 the page cache and to use all the normal vfs/mm functionality: 1347 - Add kill_super, just keeping up with the vfs changes in the kernel. [all …]
|
/fs/ext2/ |
D | super.c | 213 static int ext2_show_options(struct seq_file *seq, struct vfsmount *vfs) in ext2_show_options() argument 215 struct super_block *sb = vfs->mnt_sb; in ext2_show_options()
|
/fs/ufs/ |
D | super.c | 1232 static int ufs_show_options(struct seq_file *seq, struct vfsmount *vfs) in ufs_show_options() argument 1234 struct ufs_sb_info *sbi = UFS_SB(vfs->mnt_sb); in ufs_show_options()
|
/fs/ext3/ |
D | super.c | 559 static int ext3_show_options(struct seq_file *seq, struct vfsmount *vfs) in ext3_show_options() argument 561 struct super_block *sb = vfs->mnt_sb; in ext3_show_options()
|
/fs/ext4/ |
D | super.c | 748 static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs) in ext4_show_options() argument 752 struct super_block *sb = vfs->mnt_sb; in ext4_show_options()
|