Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/u-boot/include/jffs2/
H A Djffs2.h205 DT_REG = 8, enumerator
206 # define DT_REG DT_REG macro
/OK3568_Linux_fs/kernel/fs/
H A Dfs_types.c10 [FT_REG_FILE] = DT_REG,
51 [DT_REG] = FT_REG_FILE,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Ddirent.h109 DT_REG = 8, enumerator
110 # define DT_REG DT_REG macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Ddirent.h109 DT_REG = 8, enumerator
110 # define DT_REG DT_REG macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_types.h39 #define DT_REG 8 macro
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyportenv.h39 #define DT_REG 8 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dread.c95 case DT_REG: in f()
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_dir.c54 int rettype = DT_REG; in dt_type()
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/furniture_control/
H A Dplayer_ui.c113 if (entry->d_type == DT_REG) { in player_list_button_callback()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c259 fattr->cf_dtype = DT_REG;
292 fattr->cf_dtype = DT_REG;
470 fattr->cf_dtype = DT_REG;
539 fattr->cf_dtype = DT_REG;
544 fattr->cf_dtype = DT_REG;
645 fattr->cf_dtype = DT_REG;
718 fattr->cf_dtype = DT_REG;
H A Dreaddir.c199 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
287 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Ddir.c135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Ddir.c261 if (!type) type = DT_REG; in jffs2_link()
802 if (!type) type = DT_REG; in jffs2_rename()
/OK3568_Linux_fs/kernel/fs/openpromfs/
H A Dinode.c316 prop->unique_id, DT_REG)) in openpromfs_readdir()
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Ddir.c77 d_type = DT_REG; in vboxsf_get_d_type()
/OK3568_Linux_fs/kernel/fs/omfs/
H A Ddir.c358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_dir2_readdir.c26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
/OK3568_Linux_fs/kernel/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/OK3568_Linux_fs/kernel/fs/coda/
H A Ddir.c337 case CDT_REG: dt = DT_REG; break; in CDT2DT()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c360 case DT_REG: in os_dirent_ls()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Ddir.c236 type = DT_REG; in hfsplus_readdir()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Ddir.c235 [NILFS_FT_REG_FILE] = DT_REG,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfstrace.h19 TRACE_DEFINE_ENUM(DT_REG);
31 { DT_REG, "REG" }, \
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dutil.h172 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()

12