Home
last modified time | relevance | path

Searched refs:DT_LNK (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Ddirent_types.h24 #if defined(DT_LNK) || (defined(HAVE_DECL_DT_LNK) && HAVE_DECL_DT_LNK)
25 XLAT(DT_LNK),
Ddirent_types.in7 DT_LNK
/external/syslinux/com32/include/sys/
Ddirent.h30 DT_LNK = 10, enumerator
/external/syslinux/core/fs/pxe/
Dftp_readdir.c38 return DT_LNK; in dirtype()
/external/syslinux/core/fs/xfs/
Dxfs_dir2.c235 inode->mode = DT_LNK; in xfs_dir2_local_find_entry()
334 inode->mode = DT_LNK; in xfs_dir2_block_find_entry()
478 ip->mode = DT_LNK; in xfs_dir2_leaf_find_entry()
781 ip->mode = DT_LNK; in xfs_dir2_node_find_entry()
Dxfs_readdir.c56 dirent->d_type = DT_LNK; in fill_dirent()
/external/syslinux/com32/modules/
Dls.c32 case DT_LNK: in type_str()
Ddir.c32 case DT_LNK: in type_str()
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp53 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive()
/external/syslinux/com32/rosh/
Drosh.c658 case DT_LNK: in rosh_d_type2char_human()
696 case DT_LNK: in rosh_d_type2char_lspre()
722 case DT_LNK: in rosh_d_type2char_lssuf()
/external/squashfs-tools/kernel/fs/squashfs/
Ddir.c41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/external/rootdev/
Drootdev.c155 case DT_LNK: in match_sysfs_device()
/external/syslinux/core/fs/
Dfs.c258 if (inode->mode == DT_LNK) { in searchdir()
/external/syslinux/core/fs/ext2/
Dext2.c19 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK, in ext2_cvt_type() enumerator
/external/syslinux/core/fs/ufs/
Dufs.c364 case UFS_DTYPE_SYMLINK: return DT_LNK; in get_inode_mode()
/external/rmi4utils/rmidevice/
Dhiddevice.cpp653 if (devicesDirEntry->d_type != DT_LNK) in FindTransportDevice()
/external/syslinux/core/fs/btrfs/
Dbtrfs.c421 if (inode->mode == DT_REG || inode->mode == DT_LNK) { in btrfs_iget_by_inr()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
Dinode.c59 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK