Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dxattr.c172 mnt_drop_write(cache->mnt); in cachefiles_remove_object_xattr()
236 mnt_drop_write(volume->cache->mnt); in cachefiles_set_volume_xattr()
/linux/include/linux/
H A Dmount.h73 extern void mnt_drop_write(struct vfsmount *mnt);
/linux/fs/smb/server/
H A Dvfs.c118 mnt_drop_write(path->mnt); in ksmbd_vfs_path_lookup()
791 mnt_drop_write(old_path->mnt); in ksmbd_vfs_rename()
953 mnt_drop_write(path->mnt); in ksmbd_vfs_setxattr()
1071 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_xattr()
1103 mnt_drop_write(filp->f_path.mnt); in ksmbd_vfs_unlink()
1313 mnt_drop_write(path->mnt); in ksmbd_vfs_kern_path_unlock()
1367 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_acl_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 Dutimes.c75 mnt_drop_write(path->mnt); in vfs_utimes()
H A Dinit.c94 mnt_drop_write(path.mnt); in init_chown()
H A Dopen.c123 mnt_drop_write(path->mnt); in vfs_truncate()
660 mnt_drop_write(path->mnt); in chmod_common()
823 mnt_drop_write(path.mnt); in do_fchownat()
H A Dnamei.c2800 mnt_drop_write(parent_path.mnt); in __start_removing_path()
3908 mnt_drop_write(nd->path.mnt); in open_last_lookups()
3985 mnt_drop_write(nd->path.mnt); in do_open()
4096 mnt_drop_write(path.mnt); in do_tmpfile()
4242 mnt_drop_write(path->mnt); in filename_create()
4264 mnt_drop_write(path->mnt); in end_creating_path()
4608 mnt_drop_write(path.mnt); in do_rmdir()
4751 mnt_drop_write(path.mnt); in do_unlinkat()
5377 mnt_drop_write(old_path.mnt); in do_renameat2()
H A Dfile_attr.c490 mnt_drop_write(filepath.mnt); in SYSCALL_DEFINE5()
H A Dxattr.c666 mnt_drop_write(path.mnt); in filename_setxattr()
1053 mnt_drop_write(path.mnt); in filename_removexattr()
H A Dnamespace.c584 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write() function
589 EXPORT_SYMBOL_GPL(mnt_drop_write);
/linux/fs/overlayfs/
H A Dsuper.c802 mnt_drop_write(mnt); in ovl_make_workdir()
907 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.c939 mnt_drop_write(mnt); in do_mq_open()
992 mnt_drop_write(mnt); in SYSCALL_DEFINE1()
/linux/fs/quota/
H A Dquota.c1008 mnt_drop_write(fd_file(f)->f_path.mnt); in SYSCALL_DEFINE4()
/linux/Documentation/filesystems/
H A Dporting.rst893 whereas previously it could be paired with mnt_drop_write() as well.