Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Ddir.c72 if (!dir_emit_dot(file, ctx)) in hfs_readdir()
/linux/fs/hpfs/
H A Ddir.c139 if (!dir_emit_dot(file, ctx)) in hpfs_readdir()
/linux/fs/orangefs/
H A Ddir.c313 if (!dir_emit_dot(file, ctx)) in orangefs_dir_iterate()
/linux/fs/adfs/
H A Ddir.c253 if (!dir_emit_dot(file, ctx)) in adfs_iterate()
/linux/fs/hfsplus/
H A Ddir.c159 if (!dir_emit_dot(file, ctx)) in hfsplus_readdir()
/linux/include/linux/
H A Dfs.h3568 static inline bool dir_emit_dot(struct file *file, struct dir_context *ctx) in dir_emit_dot() function
3581 if (!dir_emit_dot(file, ctx)) in dir_emit_dots()