Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/server/
Dvfs.c189 mnt_drop_write(path.mnt); in ksmbd_vfs_create()
249 mnt_drop_write(path.mnt); in ksmbd_vfs_mkdir()
622 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_file()
677 mnt_drop_write(newpath.mnt); in ksmbd_vfs_link()
790 mnt_drop_write(old_path->mnt); in ksmbd_vfs_rename()
948 mnt_drop_write(path->mnt); in ksmbd_vfs_setxattr()
1061 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_xattr()
1093 mnt_drop_write(filp->f_path.mnt); in ksmbd_vfs_unlink()
1330 mnt_drop_write(path->mnt); in ksmbd_vfs_remove_acl_xattrs()
1880 mnt_drop_write(path->mnt); in ksmbd_vfs_set_init_posix_acl()
[all …]
/Linux-v6.6/include/linux/
Dmount.h85 extern void mnt_drop_write(struct vfsmount *mnt);
/Linux-v6.6/fs/nfsd/
Dvfs.h166 mnt_drop_write(fh->fh_export->ex_path.mnt); in fh_drop_write()
/Linux-v6.6/io_uring/
Dxattr.c215 mnt_drop_write(path->mnt); in __io_setxattr()
/Linux-v6.6/fs/
Dinit.c94 mnt_drop_write(path.mnt); in init_chown()
Dutimes.c75 mnt_drop_write(path->mnt); in vfs_utimes()
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()
Dnamei.c3573 mnt_drop_write(nd->path.mnt); in open_last_lookups()
3650 mnt_drop_write(nd->path.mnt); in do_open()
3759 mnt_drop_write(path.mnt); in do_tmpfile()
3921 mnt_drop_write(path->mnt); in filename_create()
3942 mnt_drop_write(path->mnt); in done_path_create()
4268 mnt_drop_write(path.mnt); in do_rmdir()
4413 mnt_drop_write(path.mnt); in do_unlinkat()
5025 mnt_drop_write(old_path.mnt); in do_renameat2()
Dxattr.c674 mnt_drop_write(path.mnt); in path_setxattr()
933 mnt_drop_write(path.mnt); in path_removexattr()
Dnamespace.c478 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write() function
483 EXPORT_SYMBOL_GPL(mnt_drop_write);
/Linux-v6.6/fs/overlayfs/
Dsuper.c839 mnt_drop_write(mnt); in ovl_make_workdir()
941 mnt_drop_write(mnt); in ovl_get_indexdir()
Dutil.c29 mnt_drop_write(ovl_upper_mnt(ofs)); in ovl_drop_write()
/Linux-v6.6/ipc/
Dmqueue.c937 mnt_drop_write(mnt); in do_mq_open()
991 mnt_drop_write(mnt); in SYSCALL_DEFINE1()
/Linux-v6.6/fs/quota/
Dquota.c1010 mnt_drop_write(f.file->f_path.mnt); in SYSCALL_DEFINE4()
/Linux-v6.6/Documentation/filesystems/
Dporting.rst893 whereas previously it could be paired with mnt_drop_write() as well.