/fs/ |
D | pnode.c | 16 static inline struct mount *next_peer(struct mount *p) in next_peer() 18 return list_entry(p->mnt_share.next, struct mount, mnt_share); in next_peer() 21 static inline struct mount *first_slave(struct mount *p) in first_slave() 23 return list_entry(p->mnt_slave_list.next, struct mount, mnt_slave); in first_slave() 26 static inline struct mount *next_slave(struct mount *p) in next_slave() 28 return list_entry(p->mnt_slave.next, struct mount, mnt_slave); in next_slave() 31 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root() 35 struct mount *m = mnt; in get_peer_under_root() 54 int get_dominating_id(struct mount *mnt, const struct path *root) in get_dominating_id() 56 struct mount *m; in get_dominating_id() [all …]
|
D | pnode.h | 27 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared() 33 void change_mnt_propagation(struct mount *, int); 34 int propagate_mnt(struct mount *, struct dentry *, struct mount *, 37 int propagate_mount_busy(struct mount *, int); 38 void mnt_release_group_id(struct mount *); 39 int get_dominating_id(struct mount *mnt, const struct path *root); 40 unsigned int mnt_get_count(struct mount *mnt); 41 void mnt_set_mountpoint(struct mount *, struct dentry *, 42 struct mount *); 44 void umount_tree(struct mount *, int, struct list_head *); [all …]
|
D | namespace.c | 70 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id() 87 static void mnt_free_id(struct mount *mnt) in mnt_free_id() 102 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id() 121 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id() 133 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count() 147 unsigned int mnt_get_count(struct mount *mnt) in mnt_get_count() 163 static struct mount *alloc_vfsmnt(const char *name) in alloc_vfsmnt() 165 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt() 244 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers() 253 static inline void mnt_dec_writers(struct mount *mnt) in mnt_dec_writers() [all …]
|
D | mount.h | 8 struct mount * root; 21 struct mount { struct 23 struct mount *mnt_parent; argument 41 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 56 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() argument 58 return container_of(mnt, struct mount, mnt); in real_mount() 61 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent() 72 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *, int);
|
D | libfs.c | 539 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() argument 543 if (unlikely(!*mount)) { in simple_pin_fs() 549 if (!*mount) in simple_pin_fs() 550 *mount = mnt; in simple_pin_fs() 552 mntget(*mount); in simple_pin_fs() 559 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs() argument 563 mnt = *mount; in simple_release_fs() 565 *mount = NULL; in simple_release_fs()
|
D | proc_namespace.c | 94 struct mount *r = real_mount(mnt); in show_vfsmnt() 125 struct mount *r = real_mount(mnt); in show_mountinfo() 185 struct mount *r = real_mount(mnt); in show_vfsstat()
|
/fs/cifs/ |
D | README | 61 If you do not have the utility mount.cifs (in the Samba 3.0 source tree and on 62 the CIFS VFS web site) copy it to the same directory in which mount.smbfs and 64 required, mount.cifs is recommended. Eventually the Samba 3.0 utility program 65 "net" may also be helpful since it may someday provide easier mount syntax for 67 net use <mount point> <UNC name or cifs URL> 70 domain to the proper network user. The mount.cifs mount helper can be 73 gcc samba/source/client/mount.cifs.c -o mount.cifs 84 To permit users to mount and unmount over directories they own is possible 85 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs 86 utility as suid (e.g. "chmod +s /sbin/mount.cifs). To enable users to [all …]
|
D | CHANGES | 3 Add sockopt=TCP_NODELAY mount option. EA (xattr) routines hardened 15 for OpenOffice when on forcedirectio mount e.g.) 19 Fix memory leak in reconnect. Fix oops in DFS mount error path. 22 and noforceuid mount parameters. Fix small mem leak when using 23 ntlmv2. Fix 2nd mount to same server but with different port to 25 user explicitly overrides the port on the 2nd mount. 30 client generated ones by default (mount option "serverino" turned 32 mount options (so that when negotiating unix extensions specifying 34 uids to be overridden). Add support for scope mount parm. Improve 51 flag to be set to 2, and mount must enable krb5 to turn on extended security). [all …]
|
D | TODO | 64 q) Implement O_DIRECT flag on open (already supported on mount) 67 mount or a per server basis to client UIDs or nobody if no mapping 82 v) mount check for unmatched uids 89 y) Fix Samba 3 to handle reads/writes over 127K (and remove the cifs mount 111 flags on the second mount to the same share, and see if we
|
D | Kconfig | 29 If you need to mount to Samba or Windows from this machine, say Y. 63 Enabling this option allows the cifs module to mount to older 73 option on the mount command. This support is disabled by 86 which are needed to mount to certain secure servers (for which more
|
/fs/nfs/ |
D | Kconfig | 13 To mount file systems exported by NFS servers, you also need to 14 install the user space mount.nfs command which can be found in 16 Information about using the mount command is available in the 17 mount(8) man page. More detail about the Linux NFS client 21 available in the kernel to mount NFS servers. Support for NFS 57 extension. You can choose N here or specify the "noacl" mount 72 To mount NFS servers using NFSv4, you also need to install user 118 If you want your system to mount its root file system via NFS,
|
/fs/notify/ |
D | vfsmount_mark.c | 37 struct mount *m = real_mount(mnt); in fsnotify_clear_marks_by_mount() 64 struct mount *m = real_mount(mnt); in fsnotify_recalc_vfsmount_mask_locked() 107 struct mount *m = real_mount(mnt); in fsnotify_find_vfsmount_mark_locked() 147 struct mount *m = real_mount(mnt); in fsnotify_add_vfsmount_mark()
|
/fs/hfs/ |
D | Kconfig | 6 If you say Y here, you will be able to mount Macintosh-formatted 9 the available mount options.
|
/fs/ncpfs/ |
D | Kconfig | 5 tristate "NCP file system support (to mount NetWare volumes)" 11 to mount NetWare file server volumes and to access them just like 45 To use this feature you must mount volumes with the ncpmount 55 mount-time with the `-N nfs' parameter of ncpmount. 64 disable it at mount time with the -N os2 parameter of ncpmount.
|
/fs/fat/ |
D | Kconfig | 7 to include FAT support. You will then be able to mount partitions or 23 Linux box, say Y here, mount the floppy under Linux with an MSDOS 39 This allows you to mount MSDOS partitions of your hard drive (unless 83 It can be overridden with the "codepage" mount option. 94 with the "iocharset" mount option for FAT filesystems.
|
/fs/freevxfs/ |
D | Kconfig | 11 NOTE: the file system type as used by mount(1), mount(2) and
|
/fs/jffs2/ |
D | TODO | 13 mount doesn't have to read the flash twice for large files. 15 decide which inodes should be in-core immediately after mount.
|
/fs/sysfs/ |
D | Makefile | 5 obj-y := inode.o file.o dir.o symlink.o mount.o bin.o \
|
/fs/configfs/ |
D | Makefile | 7 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|
/fs/ramfs/ |
D | inode.c | 261 .mount = ramfs_mount, 266 .mount = rootfs_mount,
|
/fs/befs/ |
D | ChangeLog | 98 * Fixed stupid bug where specifying the uid or gid mount options as '0' 101 * Added mount option to control debug printing. 114 More flexible. Will soon be controllable at mount time 152 (blocksize > PAGE_SIZE), and refuse to mount in that case. What this 362 * Added additional consitency checks on mount 367 * Tell the kernel to only mount befs read-only. 372 * Got rid of kernel warning on mount.
|
/fs/autofs4/ |
D | init.c | 26 .mount = autofs_mount,
|
/fs/dlm/ |
D | Kconfig | 14 Under the debugfs mount point, the name of each lockspace will
|
/fs/logfs/ |
D | Kconfig | 10 In comparison to JFFS2 it offers significantly faster mount
|
/fs/hfsplus/ |
D | Kconfig | 7 If you say Y here, you will be able to mount extended format
|