Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dxattr.c165 mnt_drop_write(cache->mnt); in cachefiles_remove_object_xattr()
229 mnt_drop_write(volume->cache->mnt); in cachefiles_set_volume_xattr()
/openbmc/linux/include/linux/
H A Dmount.h85 extern void mnt_drop_write(struct vfsmount *mnt);
/openbmc/linux/fs/smb/server/
H A Dvfs.c137 mnt_drop_write(parent_path->mnt); in ksmbd_vfs_path_lookup_locked()
790 mnt_drop_write(old_path->mnt); in ksmbd_vfs_rename()
952 mnt_drop_write(path->mnt); in ksmbd_vfs_setxattr()
1070 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_xattr()
1102 mnt_drop_write(filp->f_path.mnt); in ksmbd_vfs_unlink()
1300 mnt_drop_write(parent_path->mnt); in ksmbd_vfs_kern_path_unlock()
1355 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_acl_xattrs()
/openbmc/linux/fs/nfsd/
H A Dvfs.h166 mnt_drop_write(fh->fh_export->ex_path.mnt); in fh_drop_write()
/openbmc/linux/io_uring/
H A Dxattr.c215 mnt_drop_write(path->mnt); in __io_setxattr()
/openbmc/linux/fs/
H A Dinit.c94 mnt_drop_write(path.mnt); in init_chown()
H A Dutimes.c75 mnt_drop_write(path->mnt); in vfs_utimes()
H A Dopen.c117 mnt_drop_write(path->mnt); in vfs_truncate()
652 mnt_drop_write(path->mnt); in chmod_common()
815 mnt_drop_write(path.mnt); in do_fchownat()
H A Dnamei.c3565 mnt_drop_write(nd->path.mnt); in open_last_lookups()
3642 mnt_drop_write(nd->path.mnt); in do_open()
3751 mnt_drop_write(path.mnt); in do_tmpfile()
3913 mnt_drop_write(path->mnt); in filename_create()
3934 mnt_drop_write(path->mnt); in done_path_create()
4260 mnt_drop_write(path.mnt); in do_rmdir()
4405 mnt_drop_write(path.mnt); in do_unlinkat()
5037 mnt_drop_write(old_path.mnt); in do_renameat2()
H A Dxattr.c660 mnt_drop_write(path.mnt); in path_setxattr()
930 mnt_drop_write(path.mnt); in path_removexattr()
H A Dnamespace.c478 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write() function
483 EXPORT_SYMBOL_GPL(mnt_drop_write);
/openbmc/linux/fs/overlayfs/
H A Dsuper.c839 mnt_drop_write(mnt); in ovl_make_workdir()
941 mnt_drop_write(mnt); in ovl_get_indexdir()
H A Dutil.c29 mnt_drop_write(ovl_upper_mnt(ofs)); in ovl_drop_write()
/openbmc/linux/ipc/
H A Dmqueue.c937 mnt_drop_write(mnt); in do_mq_open()
991 mnt_drop_write(mnt); in SYSCALL_DEFINE1()
/openbmc/linux/fs/quota/
H A Dquota.c1010 mnt_drop_write(f.file->f_path.mnt); in SYSCALL_DEFINE4()
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst893 whereas previously it could be paired with mnt_drop_write() as well.