Searched refs:di_mode (Results 1 – 6 of 6) sorted by relevance
227 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 …]
51 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()
317 if ((be16_to_cpu(core->di_mode) & S_IFMT) != S_IFDIR) { in xfs_iget_root()
320 uint16_t di_mode; /* mode and type of file */ member
53 qnx4_mode_t di_mode; member
254 __be32 di_mode; /* mode of file */ member