Home
last modified time | relevance | path

Searched refs:mnt (Results 1 – 9 of 9) sorted by relevance

/include/linux/
A Dmount.h69 return READ_ONCE(mnt->mnt_idmap); in mnt_idmap()
72 extern int mnt_want_write(struct vfsmount *mnt);
74 extern void mnt_drop_write(struct vfsmount *mnt);
76 extern void mntput(struct vfsmount *mnt);
77 extern struct vfsmount *mntget(struct vfsmount *mnt);
80 extern bool __mnt_is_readonly(struct vfsmount *mnt);
81 extern bool mnt_may_suid(struct vfsmount *mnt);
84 int mnt_get_write_access(struct vfsmount *mnt);
85 void mnt_put_write_access(struct vfsmount *mnt);
99 extern bool our_mnt(struct vfsmount *mnt);
[all …]
A Dpath.h9 struct vfsmount *mnt; member
18 return path1->mnt == path2->mnt && path1->dentry == path2->dentry; in path_equal()
A Dfsnotify.h293 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt) in fsnotify_vfsmount_delete() argument
295 __fsnotify_vfsmount_delete(mnt); in fsnotify_vfsmount_delete()
511 static inline void fsnotify_mnt_attach(struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt_attach() argument
513 fsnotify_mnt(FS_MNT_ATTACH, ns, mnt); in fsnotify_mnt_attach()
516 static inline void fsnotify_mnt_detach(struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt_detach() argument
518 fsnotify_mnt(FS_MNT_DETACH, ns, mnt); in fsnotify_mnt_detach()
521 static inline void fsnotify_mnt_move(struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt_move() argument
523 fsnotify_mnt(FS_MNT_MOVE, ns, mnt); in fsnotify_mnt_move()
A Dexportfs.h348 extern struct dentry *exportfs_decode_fh_raw(struct vfsmount *mnt,
354 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
A Dfsnotify_backend.h649 extern void __fsnotify_vfsmount_delete(struct vfsmount *mnt);
654 extern void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt);
947 static inline void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete() argument
970 static inline void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt() argument
A Dshmem_fs.h95 extern struct file *shmem_file_setup_with_mnt(struct vfsmount *mnt,
A Dfs.h2722 extern struct dentry *mount_subtree(struct vfsmount *mnt, const char *path);
2843 return mnt_idmap(file->f_path.mnt); in file_mnt_idmap()
2854 static inline bool is_idmapped_mnt(const struct vfsmount *mnt) in is_idmapped_mnt() argument
2856 return mnt_idmap(mnt) != &nop_mnt_idmap; in is_idmapped_mnt()
2870 static inline struct file *file_open_root_mnt(struct vfsmount *mnt, in file_open_root_mnt() argument
2873 return file_open_root(&(struct path){.mnt = mnt, .dentry = mnt->mnt_root}, in file_open_root_mnt()
3080 return inode_permission(mnt_idmap(path->mnt), in path_permission()
A Dsecurity.h378 int security_sb_umount(struct vfsmount *mnt, int flags);
817 static inline int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount() argument
A Dlsm_hook_defs.h74 LSM_HOOK(int, 0, sb_umount, struct vfsmount *mnt, int flags)

Completed in 32 milliseconds