Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 25 of 126) sorted by relevance

123456

/fs/
Dpnode.c17 static inline struct mount *next_peer(struct mount *p) in next_peer()
19 return list_entry(p->mnt_share.next, struct mount, mnt_share); in next_peer()
22 static inline struct mount *first_slave(struct mount *p) in first_slave()
24 return list_entry(p->mnt_slave_list.next, struct mount, mnt_slave); in first_slave()
27 static inline struct mount *last_slave(struct mount *p) in last_slave()
29 return list_entry(p->mnt_slave_list.prev, struct mount, mnt_slave); in last_slave()
32 static inline struct mount *next_slave(struct mount *p) in next_slave()
34 return list_entry(p->mnt_slave.next, struct mount, mnt_slave); in next_slave()
37 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root()
41 struct mount *m = mnt; in get_peer_under_root()
[all …]
Dpnode.h35 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
41 void change_mnt_propagation(struct mount *, int);
42 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *,
45 int propagate_mount_busy(struct mount *, int);
46 void propagate_mount_unlock(struct mount *);
47 void propagate_remount(struct mount *);
48 void mnt_release_group_id(struct mount *);
49 int get_dominating_id(struct mount *mnt, const struct path *root);
50 unsigned int mnt_get_count(struct mount *mnt);
51 void mnt_set_mountpoint(struct mount *, struct mountpoint *,
[all …]
Dnamespace.c103 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id()
120 static void mnt_free_id(struct mount *mnt) in mnt_free_id()
135 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id()
154 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id()
166 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count()
180 unsigned int mnt_get_count(struct mount *mnt) in mnt_get_count()
198 struct mount *m = container_of(p, struct mount, mnt_umount); in drop_mountpoint()
204 static struct mount *alloc_vfsmnt(const char *name) in alloc_vfsmnt()
206 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt()
289 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers()
[all …]
Dmount.h10 struct mount * root;
32 struct mount { struct
34 struct mount *mnt_parent; argument
56 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
75 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() argument
77 return container_of(mnt, struct mount, mnt); in real_mount()
80 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent()
91 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
Dinternal.h16 struct mount;
150 extern void mnt_pin_kill(struct mount *m);
Dlibfs.c538 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() argument
542 if (unlikely(!*mount)) { in simple_pin_fs()
548 if (!*mount) in simple_pin_fs()
549 *mount = mnt; in simple_pin_fs()
551 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()
Dproc_namespace.c97 struct mount *r = real_mount(mnt); in show_vfsmnt()
133 struct mount *r = real_mount(mnt); in show_mountinfo()
195 struct mount *r = real_mount(mnt); in show_vfsstat()
/fs/notify/
Dvfsmount_mark.c43 struct mount *m = real_mount(mnt); in fsnotify_recalc_vfsmount_mask()
53 struct mount *m = real_mount(mnt); in fsnotify_destroy_vfsmount_mark()
74 struct mount *m = real_mount(mnt); in fsnotify_find_vfsmount_mark()
93 struct mount *m = real_mount(mnt); in fsnotify_add_vfsmount_mark()
/fs/nfs/
DKconfig13 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
68 extension. You can choose N here or specify the "noacl" mount
83 To mount NFS servers using NFSv4, you also need to install user
169 If you want your system to mount its root file system via NFS,
Dnfs4super.c30 .mount = nfs4_remote_mount,
38 .mount = nfs4_remote_referral_mount,
46 .mount = nfs4_referral_mount,
/fs/hfs/
DKconfig6 If you say Y here, you will be able to mount Macintosh-formatted
9 the available mount options.
/fs/ncpfs/
DKconfig5 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/
DKconfig7 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/
DKconfig11 NOTE: the file system type as used by mount(1), mount(2) and
/fs/cifs/
DKconfig36 If you need to mount to Samba or Windows from this machine, say Y.
70 Enabling this option allows the cifs module to mount to older
80 option on the mount command. This support is disabled by
93 which are needed to mount to certain secure servers (for which more
181 enabled on mount by specifying "vers=3.0" in the mount
191 than SMB3 mounts do though). Note that SMB2/SMB3 mount
/fs/jffs2/
DTODO13 mount doesn't have to read the flash twice for large files.
15 decide which inodes should be in-core immediately after mount.
/fs/kernfs/
DMakefile5 obj-y := mount.o inode.o dir.o file.o symlink.o
/fs/sysfs/
DMakefile5 obj-y := file.o dir.o symlink.o mount.o group.o
/fs/configfs/
DMakefile7 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
/fs/befs/
DChangeLog98 * 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/
Dinit.c26 .mount = autofs_mount,
/fs/dlm/
DKconfig14 Under the debugfs mount point, the name of each lockspace will
/fs/logfs/
DKconfig10 In comparison to JFFS2 it offers significantly faster mount
/fs/omfs/
DKconfig10 and wish to mount its disk.
/fs/qnx4/
DKconfig8 Say Y if you intend to mount QNX hard disks or floppies.

123456