Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmount.h84 extern void mnt_drop_write(struct vfsmount *mnt);
/Linux-v6.1/fs/nfsd/
Dvfs.h165 mnt_drop_write(fh->fh_export->ex_path.mnt); in fh_drop_write()
/Linux-v6.1/fs/
Dinit.c94 mnt_drop_write(path.mnt); in init_chown()
Dutimes.c74 mnt_drop_write(path->mnt); in vfs_utimes()
Dopen.c116 mnt_drop_write(path->mnt); in vfs_truncate()
615 mnt_drop_write(path->mnt); in chmod_common()
768 mnt_drop_write(path.mnt); in do_fchownat()
Dnamei.c3490 mnt_drop_write(nd->path.mnt); in open_last_lookups()
3567 mnt_drop_write(nd->path.mnt); in do_open()
3676 mnt_drop_write(path.mnt); in do_tmpfile()
3837 mnt_drop_write(path->mnt); in filename_create()
3858 mnt_drop_write(path->mnt); in done_path_create()
4187 mnt_drop_write(path.mnt); in do_rmdir()
4334 mnt_drop_write(path.mnt); in do_unlinkat()
4942 mnt_drop_write(old_path.mnt); in do_renameat2()
Dxattr.c638 mnt_drop_write(path.mnt); in path_setxattr()
893 mnt_drop_write(path.mnt); in path_removexattr()
Dnamespace.c468 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write() function
473 EXPORT_SYMBOL_GPL(mnt_drop_write);
/Linux-v6.1/io_uring/
Dxattr.c217 mnt_drop_write(path->mnt); in __io_setxattr()
/Linux-v6.1/ipc/
Dmqueue.c936 mnt_drop_write(mnt); in do_mq_open()
990 mnt_drop_write(mnt); in SYSCALL_DEFINE1()
/Linux-v6.1/fs/overlayfs/
Dutil.c28 mnt_drop_write(ovl_upper_mnt(ofs)); in ovl_drop_write()
Dsuper.c1495 mnt_drop_write(mnt); in ovl_make_workdir()
1606 mnt_drop_write(mnt); in ovl_get_indexdir()
/Linux-v6.1/fs/quota/
Dquota.c1009 mnt_drop_write(f.file->f_path.mnt); in SYSCALL_DEFINE4()
/Linux-v6.1/Documentation/filesystems/
Dporting.rst898 whereas previously it could be paired with mnt_drop_write() as well.