Home
last modified time | relevance | path

Searched refs:__mnt_drop_write (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/linux/
Dmount.h96 extern void __mnt_drop_write(struct vfsmount *);
/linux-6.6.21/fs/
Dinternal.h104 __mnt_drop_write(file->f_path.mnt); in put_file_access()
Dnamespace.c463 void __mnt_drop_write(struct vfsmount *mnt) in __mnt_drop_write() function
480 __mnt_drop_write(mnt); in mnt_drop_write()
488 __mnt_drop_write(file->f_path.mnt); in __mnt_drop_write_file()
Dinode.c2023 __mnt_drop_write(mnt); in touch_atime()
/linux-6.6.21/kernel/
Dacct.c274 __mnt_drop_write(mnt); in acct_on()