Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmount.h94 extern void __mnt_drop_write(struct vfsmount *);
/linux-6.1.9/fs/
Dinternal.h111 __mnt_drop_write(file->f_path.mnt); in put_file_access()
Dnamespace.c453 void __mnt_drop_write(struct vfsmount *mnt) in __mnt_drop_write() function
470 __mnt_drop_write(mnt); in mnt_drop_write()
478 __mnt_drop_write(file->f_path.mnt); in __mnt_drop_write_file()
Dinode.c1945 __mnt_drop_write(mnt); in touch_atime()
/linux-6.1.9/kernel/
Dacct.c274 __mnt_drop_write(mnt); in acct_on()