Home
last modified time | relevance | path

Searched refs:__mnt_want_write_file (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dinternal.h93 extern int __mnt_want_write_file(struct file *);
H A Dnamespace.c388 * __mnt_want_write_file - get write access to a file's mount
394 int __mnt_want_write_file(struct file *file) in __mnt_want_write_file() function
414 ret = __mnt_want_write_file(file); in mnt_want_write_file()
H A Dinode.c2041 if (__mnt_want_write_file(file)) in file_update_time()
/kernel/linux/linux-6.6/fs/
H A Dinternal.h76 extern int __mnt_want_write_file(struct file *);
H A Dnamespace.c412 * __mnt_want_write_file - get write access to a file's mount
420 int __mnt_want_write_file(struct file *file) in __mnt_want_write_file() function
448 ret = __mnt_want_write_file(file); in mnt_want_write_file()
H A Dinode.c2136 if (!__mnt_want_write_file(file)) { in __file_update_time()

Completed in 19 milliseconds