Home
last modified time | relevance | path

Searched refs:mnt_put_write_access (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dinternal.h109 mnt_put_write_access(file->f_path.mnt); in file_put_write_access()
111 mnt_put_write_access(backing_file_user_path(file)->mnt); in file_put_write_access()
H A Dnamespace.c492 * frozen. When the write operation is finished, mnt_put_write_access() must be
610 * mnt_put_write_access - give up write access to a mount
617 void mnt_put_write_access(struct vfsmount *mnt) in mnt_put_write_access() function
623 EXPORT_SYMBOL_GPL(mnt_put_write_access);
635 mnt_put_write_access(mnt); in mnt_drop_write()
643 mnt_put_write_access(file->f_path.mnt); in mnt_put_write_access_file()
/linux/kernel/
H A Dacct.c296 mnt_put_write_access(mnt); in acct_on()
/linux/fs/overlayfs/
H A Dutil.c44 mnt_put_write_access(ovl_upper_mnt(ofs)); in ovl_put_write_access()