Searched refs:DT_REG (Results 1 – 25 of 30) sorted by relevance
12
/linux-6.6.21/fs/ |
D | fs_types.c | 10 [FT_REG_FILE] = DT_REG, 51 [DT_REG] = FT_REG_FILE,
|
/linux-6.6.21/include/linux/ |
D | fs_types.h | 39 #define DT_REG 8 macro
|
/linux-6.6.21/include/trace/misc/ |
D | fs.h | 19 { DT_REG, "REG" }, \
|
/linux-6.6.21/tools/testing/selftests/proc/ |
D | read.c | 97 case DT_REG: in f()
|
/linux-6.6.21/fs/squashfs/ |
D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux-6.6.21/tools/include/nolibc/ |
D | types.h | 66 #define DT_REG 0x8 macro
|
/linux-6.6.21/fs/9p/ |
D | vfs_dir.c | 51 int rettype = DT_REG; in dt_type()
|
/linux-6.6.21/fs/hfs/ |
D | dir.c | 135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
|
/linux-6.6.21/fs/smb/client/ |
D | inode.c | 262 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr() 295 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr() 528 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 602 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 607 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 713 fattr->cf_dtype = DT_REG; in smb311_posix_info_to_fattr() 848 fattr->cf_dtype = DT_REG; in cifs_open_info_to_fattr()
|
D | readdir.c | 180 fattr->cf_dtype = DT_REG; in cifs_fill_common_info() 269 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
|
/linux-6.6.21/fs/openpromfs/ |
D | inode.c | 320 prop->unique_id, DT_REG)) in openpromfs_readdir()
|
/linux-6.6.21/fs/jffs2/ |
D | dir.c | 265 if (!type) type = DT_REG; in jffs2_link() 813 if (!type) type = DT_REG; in jffs2_rename()
|
D | write.c | 520 rd->type = DT_REG; in jffs2_do_create()
|
/linux-6.6.21/fs/vboxsf/ |
D | dir.c | 77 d_type = DT_REG; in vboxsf_get_d_type()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_dir2_readdir.c | 26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
|
/linux-6.6.21/fs/omfs/ |
D | dir.c | 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/linux-6.6.21/fs/ntfs3/ |
D | dir.c | 319 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_filldir()
|
/linux-6.6.21/fs/romfs/ |
D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux-6.6.21/fs/coda/ |
D | dir.c | 338 case CDT_REG: dt = DT_REG; break; in CDT2DT()
|
/linux-6.6.21/fs/tracefs/ |
D | event_inode.c | 589 if (!dir_emit(ctx, name, strlen(name), ino, DT_REG)) in eventfs_iterate()
|
/linux-6.6.21/fs/hfsplus/ |
D | dir.c | 236 type = DT_REG; in hfsplus_readdir()
|
/linux-6.6.21/fs/nilfs2/ |
D | dir.c | 235 [NILFS_FT_REG_FILE] = DT_REG,
|
/linux-6.6.21/fs/ufs/ |
D | util.h | 166 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
|
/linux-6.6.21/fs/zonefs/ |
D | super.c | 833 if (!dir_emit(ctx, fname, fname_len, ino, DT_REG)) in zonefs_readdir_zgroup()
|
/linux-6.6.21/fs/exfat/ |
D | dir.c | 290 (de.attr & ATTR_SUBDIR) ? DT_DIR : DT_REG)) in exfat_iterate()
|
12