Searched refs:fmask (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_volume.h69 mode_t fmask; /* The mask for file permissions. */ member in struct:_ntfs_volume
H A Dntfs_mft.c2820 ni->mode &= ~vol->fmask;
H A Dntfs_inode.c1788 ni->mode &= ~vol->fmask;
H A Dntfs_vfsops.c4187 .fmask = 0022,
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_cg.c340 uint64_t cmask, fmask, shift; local
380 * We then compute fmask as the mask that truncates the value in the
390 fmask = (1ULL << e.cte_bits) - 1;
391 cmask = ~(fmask << shift);
401 dt_cg_setx(dlp, r2, fmask);

Completed in 127 milliseconds