Searched refs:dir_emit_dot (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/fs/udf/ |
| H A D | dir.c | 47 if (!dir_emit_dot(file, ctx)) in udf_readdir()
|
| /linux-6.15/fs/erofs/ |
| H A D | dir.c | 94 if (!dir_emit_dot(f, ctx)) in erofs_readdir()
|
| /linux-6.15/fs/freevxfs/ |
| H A D | vxfs_lookup.c | 199 if (!dir_emit_dot(fp, ctx)) in vxfs_readdir()
|
| /linux-6.15/fs/isofs/ |
| H A D | dir.c | 177 if (!dir_emit_dot(file, ctx)) in do_isofs_readdir()
|
| /linux-6.15/fs/hfs/ |
| H A D | dir.c | 72 if (!dir_emit_dot(file, ctx)) in hfs_readdir()
|
| /linux-6.15/fs/orangefs/ |
| H A D | dir.c | 312 if (!dir_emit_dot(file, ctx)) in orangefs_dir_iterate()
|
| /linux-6.15/fs/hpfs/ |
| H A D | dir.c | 139 if (!dir_emit_dot(file, ctx)) in hpfs_readdir()
|
| /linux-6.15/fs/adfs/ |
| H A D | dir.c | 252 if (!dir_emit_dot(file, ctx)) in adfs_iterate()
|
| /linux-6.15/fs/hfsplus/ |
| H A D | dir.c | 159 if (!dir_emit_dot(file, ctx)) in hfsplus_readdir()
|
| /linux-6.15/fs/fat/ |
| H A D | dir.c | 675 if (!dir_emit_dot(file, ctx)) in __fat_readdir()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3863 static inline bool dir_emit_dot(struct file *file, struct dir_context *ctx) in dir_emit_dot() function 3876 if (!dir_emit_dot(file, ctx)) in dir_emit_dots()
|