Home
last modified time | relevance | path

Searched refs:di_mode (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/fs/xfs/
Dxfs_dir2.c227 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) { in xfs_dir2_local_find_entry()
230 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) { in xfs_dir2_local_find_entry()
234 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) { in xfs_dir2_local_find_entry()
326 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) { in xfs_dir2_block_find_entry()
329 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) { in xfs_dir2_block_find_entry()
333 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) { in xfs_dir2_block_find_entry()
470 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) { in xfs_dir2_leaf_find_entry()
473 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) { in xfs_dir2_leaf_find_entry()
477 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) { in xfs_dir2_leaf_find_entry()
773 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) { in xfs_dir2_node_find_entry()
[all …]
Dxfs_readdir.c51 if (be16_to_cpu(core->di_mode) & S_IFDIR) in fill_dirent()
53 else if (be16_to_cpu(core->di_mode) & S_IFREG) in fill_dirent()
55 else if (be16_to_cpu(core->di_mode) & S_IFLNK) in fill_dirent()
Dxfs.c317 if ((be16_to_cpu(core->di_mode) & S_IFMT) != S_IFDIR) { in xfs_iget_root()
Dxfs.h320 uint16_t di_mode; /* mode and type of file */ member
/external/kernel-headers/original/uapi/linux/
Dqnx4_fs.h53 qnx4_mode_t di_mode; member
Dgfs2_ondisk.h254 __be32 di_mode; /* mode of file */ member