Searched refs:DT_REG (Results 1 – 25 of 30) sorted by relevance
12
/linux-6.12.1/fs/ |
D | fs_types.c | 10 [FT_REG_FILE] = DT_REG, 51 [DT_REG] = FT_REG_FILE,
|
/linux-6.12.1/include/linux/ |
D | fs_types.h | 39 #define DT_REG 8 macro
|
/linux-6.12.1/include/trace/misc/ |
D | fs.h | 19 { DT_REG, "REG" }, \
|
/linux-6.12.1/tools/testing/selftests/proc/ |
D | read.c | 97 case DT_REG: in f()
|
/linux-6.12.1/tools/include/nolibc/ |
D | types.h | 68 #define DT_REG 0x8 macro
|
/linux-6.12.1/fs/squashfs/ |
D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux-6.12.1/fs/9p/ |
D | vfs_dir.c | 51 int rettype = DT_REG; in dt_type()
|
/linux-6.12.1/fs/hfs/ |
D | dir.c | 135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
|
/linux-6.12.1/fs/smb/client/ |
D | inode.c | 282 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr() 315 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr() 550 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 661 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 670 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 775 fattr->cf_dtype = DT_REG; in smb311_posix_info_to_fattr() 841 fattr->cf_dtype = DT_REG; in cifs_open_info_to_fattr()
|
D | readdir.c | 185 fattr->cf_dtype = DT_REG; in cifs_fill_common_info() 266 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
|
/linux-6.12.1/fs/jffs2/ |
D | dir.c | 266 if (!type) type = DT_REG; in jffs2_link() 816 if (!type) type = DT_REG; in jffs2_rename()
|
D | write.c | 520 rd->type = DT_REG; in jffs2_do_create()
|
/linux-6.12.1/fs/openpromfs/ |
D | inode.c | 320 prop->unique_id, DT_REG)) in openpromfs_readdir()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_dir2_readdir.c | 27 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
|
/linux-6.12.1/fs/romfs/ |
D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux-6.12.1/fs/omfs/ |
D | dir.c | 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/linux-6.12.1/fs/vboxsf/ |
D | dir.c | 77 d_type = DT_REG; in vboxsf_get_d_type()
|
/linux-6.12.1/fs/coda/ |
D | dir.c | 338 case CDT_REG: dt = DT_REG; break; in CDT2DT()
|
/linux-6.12.1/fs/ntfs3/ |
D | dir.c | 322 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_dir_emit()
|
/linux-6.12.1/fs/hfsplus/ |
D | dir.c | 236 type = DT_REG; in hfsplus_readdir()
|
/linux-6.12.1/fs/tracefs/ |
D | event_inode.c | 638 if (!dir_emit(ctx, name, strlen(name), ino, DT_REG)) in eventfs_iterate()
|
/linux-6.12.1/fs/bcachefs/ |
D | opts.c | 157 [DT_REG] = "reg",
|
/linux-6.12.1/fs/ufs/ |
D | util.h | 166 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
|
/linux-6.12.1/fs/exfat/ |
D | dir.c | 290 (de.attr & EXFAT_ATTR_SUBDIR) ? DT_DIR : DT_REG)) in exfat_iterate()
|
/linux-6.12.1/fs/overlayfs/ |
D | readdir.c | 168 p->check_xwhiteout = rdd->in_xwhiteouts_dir && d_type == DT_REG; in ovl_cache_entry_new()
|
12