Searched refs:S_IFDIR (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_s_ifmt.h38 #define S_IFDIR 0040000 /* [XSI] directory */ macro
/darwin-on-arm/xnu/bsd/sys/
H A Dstat.h440 #define S_IFDIR 0040000 /* [XSI] directory */ macro
486 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) /* directory */
H A Dfcntl.h357 #define S_IFDIR 0040000 /* [XSI] directory */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c323 if (!(flags & ISLASTCN) && (type != S_IFDIR) && (type != S_IFLNK)) {
H A Dhfs_catalog.c939 if (!std_hfs || (modeformat == S_IFDIR)) {
3859 if (type == S_IFDIR) {
3880 if (type == S_IFDIR) {
4005 attrp->ca_mode = S_IFDIR | (hfsmp->hfs_dir_mask & ACCESSPERMS);
4024 case S_IFDIR: /* fall through */
4055 attrp->ca_mode |= S_IFDIR;
H A Dhfs_vfsutils.c1560 if (mode == S_IFDIR) {
1569 if (mode == S_IFDIR) {
1585 if (mode == S_IFDIR) {
H A Dhfs_link.c955 priv_attrp->ca_mode = S_IFDIR;
H A Dhfs_readwrite.c1207 if (mode == S_IFDIR) {
H A Dhfs_vfsops.c3275 cnattr.ca_mode = (S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO);
/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c313 case S_IFDIR:
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c440 vap->va_mode |= (S_IFDIR);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1146 mode |= S_IFDIR;
H A Dvfs_attrlist.c1505 va.va_mode |= S_IFDIR;
H A Dvfs_subr.c158 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK,

Completed in 178 milliseconds