Home
last modified time | relevance | path

Searched refs:__mnt_want_write_file (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dinternal.h93 extern int __mnt_want_write_file(struct file *);
H A Dnamespace.c393 int __mnt_want_write_file(struct file *file) in __mnt_want_write_file() function
413 ret = __mnt_want_write_file(file); in mnt_want_write_file()
H A Dinode.c1991 if (__mnt_want_write_file(file)) in file_update_time()