Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmount.h91 extern void __mnt_drop_write(struct vfsmount *);
/Linux-v5.4/fs/
Dfile_table.c291 __mnt_drop_write(mnt); in __fput()
Dnamespace.c428 void __mnt_drop_write(struct vfsmount *mnt) in __mnt_drop_write() function
445 __mnt_drop_write(mnt); in mnt_drop_write()
452 __mnt_drop_write(file->f_path.mnt); in __mnt_drop_write_file()
Dopen.c837 __mnt_drop_write(f->f_path.mnt); in do_dentry_open()
Dinode.c1755 __mnt_drop_write(mnt); in touch_atime()
/Linux-v5.4/kernel/
Dacct.c255 __mnt_drop_write(mnt); in acct_on()