Searched refs:S_IFBLK (Results 1 – 5 of 5) sorted by relevance
51 #undef S_IFBLK52 #define S_IFBLK 0060000 macro54 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)61 static_assert(S_IFBLK == 0060000, "");
154 S_IFBLK | 0660, in BindToUnusedLoopDeviceLegacy()
87 if (!selabel_lookup(sehandle, &secontext, cpath, S_IFBLK)) { in CreateDeviceNode()92 mode_t mode = 0660 | S_IFBLK; in CreateDeviceNode()
248 mode |= (block ? S_IFBLK : S_IFCHR); in MakeDevice()
206 if ((sb.st_mode & S_IFMT) != S_IFBLK) { in GetBlockDeviceForFile()