Home
last modified time | relevance | path

Searched refs:fsnotify_truncate_perm (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Dfsnotify.h191 static inline int fsnotify_truncate_perm(const struct path *path, loff_t length) in fsnotify_truncate_perm() function
247 static inline int fsnotify_truncate_perm(const struct path *path, loff_t length) in fsnotify_truncate_perm() function
/linux-6.14.4/fs/
Dopen.c89 error = fsnotify_truncate_perm(path, length); in vfs_truncate()
187 error = fsnotify_truncate_perm(&file->f_path, length); in do_ftruncate()