Searched refs:C_HASXATTRS (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h233 #define C_HASXATTRS 0x0000200 /* cnode has extended attributes */ macro
H A Dhfs_vnops.c2264 from_flag_special = from_cp->c_flag & (C_HARDLINK | C_HASXATTRS);
2265 to_flag_special = to_cp->c_flag & (C_HARDLINK | C_HASXATTRS);
2268 from_cp->c_flag &= ~(C_HARDLINK | C_HASXATTRS);
2269 to_cp->c_flag &= ~(C_HARDLINK | C_HASXATTRS);
2335 * C_HARDLINK, C_HASXATTRS

Completed in 31 milliseconds