Home
last modified time | relevance | path

Searched defs:file_dentry (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Dpseudo_files.c765 struct dentry *file_dentry = NULL; in ioctl_create_mapped_file() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h529 static INLINE bool is_dentry_allowed_for_filemod(struct dentry* file_dentry, in is_dentry_allowed_for_filemod()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1338 static inline struct dentry *file_dentry(const struct file *file) in file_dentry() function