Searched refs:S_IFBLK (Results 1 - 15 of 15) sorted by path

/haiku/headers/posix/sys/
H A Dstat.h60 #define S_IFBLK 00000060000 /* block special */ macro
67 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DUtility.h38 case S_IFBLK:
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Defs.h168 S_IFREG, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFSOCK, S_IFIFO,
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp349 case S_IFBLK:
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp99 case S_IFBLK:
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp58 case S_IFBLK:
121 mode |= S_IFBLK;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1287 #define S_IFBLK FSSH_S_IFBLK macro
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c1456 * S_IFBLK to create block device
1463 * @dev is used only if @type is S_IFBLK or S_IFCHR, in other cases its value
1620 case S_IFBLK:
1638 if (type == S_IFBLK)
1750 case S_IFBLK :
1824 if (type != S_IFCHR && type != S_IFBLK) {
H A Dreparse.c1397 case S_IFBLK :
H A Dwin32_io.c1774 st_mode = S_IFBLK;
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c257 stbuf->st_mode = S_IFBLK;
711 case S_IFBLK:
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.cpp104 case S_IFBLK:
233 case S_IFBLK:
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2917 case S_IFBLK: modestr[0] = 'b'; break;
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1858 stat->st_mode = S_IFBLK | (vnode->stream.type & S_IUMSK);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp5747 case S_IFBLK:
6412 case S_IFBLK:

Completed in 186 milliseconds