Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h73 extern void mnt_drop_write(struct vfsmount *mnt);
/linux/fs/smb/server/
H A Dvfs.c89 mnt_drop_write(path->mnt); in ksmbd_vfs_path_lookup()
726 mnt_drop_write(old_path->mnt); in ksmbd_vfs_rename()
886 mnt_drop_write(path->mnt); in ksmbd_vfs_setxattr()
1010 mnt_drop_write(path->mnt); in ksmbd_vfs_unlink()
1043 mnt_drop_write(filp->f_path.mnt); in __dir_empty()
1253 mnt_drop_write(path->mnt); in ksmbd_vfs_kern_path_create()
1283 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_acl_xattrs()
1322 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_sd_xattrs()
/linux/fs/nfsd/
H A Dnfsfh.h308 mnt_drop_write(fhp->fh_export->ex_path.mnt); in fh_drop_write()
/linux/fs/
H A Dfile_attr.c482 mnt_drop_write(filepath.mnt); in SYSCALL_DEFINE5()
H A Dnamei.c2993 mnt_drop_write(parent_path.mnt);
4621 mnt_drop_write(nd->path.mnt); in open_last_lookups()
4710 mnt_drop_write(nd->path.mnt); in do_open()
4821 mnt_drop_write(path.mnt); in do_tmpfile()
4964 mnt_drop_write(path->mnt); in filename_create()
4992 mnt_drop_write(path->mnt); in end_creating_path()
5439 mnt_drop_write(path.mnt); in filename_rmdir()
5592 mnt_drop_write(path.mnt); in filename_unlinkat()
6197 mnt_drop_write(old_path.mnt); in filename_renameat2()
H A Dnamespace.c488 * finished, mnt_drop_write() must be called. This is effectively a refcount.
563 * mnt_drop_write - give up write access to a mount
570 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write()
575 EXPORT_SYMBOL_GPL(mnt_drop_write);
569 void mnt_drop_write(struct vfsmount *mnt) mnt_drop_write() function
/linux/fs/overlayfs/
H A Dsuper.c801 mnt_drop_write(mnt); in ovl_make_workdir()
906 mnt_drop_write(mnt); in ovl_get_indexdir()
H A Dutil.c56 mnt_drop_write(ovl_upper_mnt(ofs)); in ovl_drop_write()
/linux/ipc/
H A Dmqueue.c926 mnt_drop_write(mnt); in do_mq_open()
970 mnt_drop_write(mnt); in SYSCALL_DEFINE1()