Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmount.h100 extern void __mnt_drop_write(struct vfsmount *);
/OK3568_Linux_fs/kernel/fs/
H A Dfile_table.c292 __mnt_drop_write(mnt); in __fput()
H A 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()
H A Dopen.c868 __mnt_drop_write(f->f_path.mnt); in do_dentry_open()
H A Dinode.c1851 __mnt_drop_write(mnt); in touch_atime()
/OK3568_Linux_fs/kernel/kernel/
H A Dacct.c255 __mnt_drop_write(mnt); in acct_on()