Searched refs:vfsmount (Results 51 - 75 of 109) sorted by relevance

12345

/linux-master/include/linux/
H A Dfsnotify.h226 * fsnotify_vfsmount_delete - a vfsmount is being destroyed, clean up is needed
228 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt)
H A Dfs.h66 struct vfsmount;
2508 extern struct dentry *mount_subtree(struct vfsmount *mnt, const char *path);
2631 static inline bool is_idmapped_mnt(const struct vfsmount *mnt)
2647 static inline struct file *file_open_root_mnt(struct vfsmount *mnt,
3326 extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count);
3327 extern void simple_release_fs(struct vfsmount **mount, int *count);
H A Ddebugfs.h69 typedef struct vfsmount *(*debugfs_automount_t)(struct dentry *, void *);
H A Dsecurity.h49 struct vfsmount;
318 int security_sb_umount(struct vfsmount *mnt, int flags);
733 static inline int security_sb_umount(struct vfsmount *mnt, int flags)
/linux-master/fs/autofs/
H A Droot.c28 static struct vfsmount *autofs_d_automount(struct path *);
331 static struct vfsmount *autofs_d_automount(struct path *path)
825 static inline int autofs_ask_umount(struct vfsmount *mnt, int __user *p)
H A Ddev-ioctl.c463 struct vfsmount *mnt;
/linux-master/ipc/
H A Dmqueue.c468 static struct vfsmount *mq_create_mount(struct ipc_namespace *ns)
472 struct vfsmount *mnt;
897 struct vfsmount *mnt = current->nsproxy->ipc_ns->mq_mnt;
960 struct vfsmount *mnt = ipc_ns->mq_mnt;
1691 struct vfsmount *m;
/linux-master/fs/hugetlbfs/
H A Dinode.c1574 static struct vfsmount *hugetlbfs_vfsmount[HUGE_MAX_HSTATE];
1601 struct vfsmount *mnt;
1651 static struct vfsmount *__init mount_one_hugetlbfs(struct hstate *h)
1654 struct vfsmount *mnt;
1673 struct vfsmount *mnt;
/linux-master/fs/
H A Dlibfs.c1010 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count)
1012 struct vfsmount *mnt = NULL;
1031 void simple_release_fs(struct vfsmount **mount, int *count)
1033 struct vfsmount *mnt;
2085 int path_from_stashed(struct dentry **stashed, struct vfsmount *mnt, void *data,
H A Dstatfs.c49 static int calculate_f_flags(struct vfsmount *mnt)
H A Dinode.c1803 static bool relatime_need_update(struct vfsmount *mnt, struct inode *inode,
1936 struct vfsmount *mnt = path->mnt;
1972 struct vfsmount *mnt = path->mnt;
2339 * the vfsmount must be passed through @idmap. This function will then take
2369 * the vfsmount must be passed through @idmap. This function will then take
/linux-master/drivers/misc/cxl/
H A Dapi.c36 static struct vfsmount *cxl_vfs_mount;
/linux-master/drivers/base/
H A Ddevtmpfs.c64 static struct vfsmount *mnt;
/linux-master/kernel/
H A Dacct.c215 struct vfsmount *mnt, *internal;
/linux-master/fs/devpts/
H A Dinode.c149 struct vfsmount *devpts_mntget(struct file *filp, struct pts_fs_info *fsi)
/linux-master/fs/cachefiles/
H A Dinternal.h88 struct vfsmount *mnt; /* mountpoint holding the cache */
/linux-master/fs/nfs/
H A Dnfs4file.c317 static struct file *__nfs42_ssc_open(struct vfsmount *ss_mnt,
/linux-master/drivers/dax/
H A Dsuper.c41 static struct vfsmount *dax_mnt;
/linux-master/fs/notify/
H A Dfsnotify.c26 void __fsnotify_vfsmount_delete(struct vfsmount *mnt)
571 * We need to merge inode/vfsmount/sb mark lists so that e.g. inode mark
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c403 struct vfsmount *mnt, int flags, umode_t mode,
521 struct vfsmount *mnt, umode_t mode)
/linux-master/fs/overlayfs/
H A Doverlayfs.h675 struct vfsmount *mnt, bool connected);
730 struct vfsmount *mnt, struct dentry *dentry, int level);
H A Dparams.c750 struct vfsmount **mounts;
763 /* Reuse ofs->config.lowerdirs as a vfsmount array before freeing it */
764 mounts = (struct vfsmount **) ofs->config.lowerdirs;
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1109 struct vfsmount *mnt, __u32 mask,
1396 struct vfsmount *mnt, __u32 mask,
1743 struct vfsmount *mnt = NULL;
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h262 * vfsmount too. */
686 struct vfsmount *lower_mnt,
/linux-master/security/apparmor/
H A Dmount.c637 struct vfsmount *mnt, int flags)

Completed in 299 milliseconds

12345