HomeSort by relevance Sort by last modified time
    Searched refs:di_mode (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/uapi/linux/
qnx4_fs.h 54 qnx4_mode_t di_mode; member in struct:qnx4_inode_entry
gfs2_ondisk.h 181 __be32 di_mode; member in struct:gfs2_dinode
  /external/kernel-headers/original/uapi/linux/
qnx4_fs.h 54 qnx4_mode_t di_mode; member in struct:qnx4_inode_entry
gfs2_ondisk.h 255 __be32 di_mode; /* mode of file */ member in struct:gfs2_dinode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
qnx4_fs.h 53 qnx4_mode_t di_mode; member in struct:qnx4_inode_entry
gfs2_ondisk.h 239 __be32 di_mode; /* mode of file */ member in struct:gfs2_dinode
  /external/syslinux/core/fs/xfs/
xfs_dir2.c 227 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) {
230 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) {
234 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) {
326 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) {
329 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) {
333 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) {
470 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR) {
473 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFREG) {
477 } else if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFLNK) {
773 if ((be16_to_cpu(ncore->di_mode) & S_IFMT) == S_IFDIR)
    [all...]
xfs_readdir.c 51 if (be16_to_cpu(core->di_mode) & S_IFDIR)
53 else if (be16_to_cpu(core->di_mode) & S_IFREG)
55 else if (be16_to_cpu(core->di_mode) & S_IFLNK)
xfs.c 317 if ((be16_to_cpu(core->di_mode) & S_IFMT) != S_IFDIR) {
xfs.h 320 uint16_t di_mode; /* mode and type of file */ member in struct:xfs_dinode

Completed in 2997 milliseconds