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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h217 #define C_HASXATTRS 0x00200 /* cnode has extended attributes */ macro
H A Dhfs_vnops.c1805 from_flag_special = from_cp->c_flag & (C_HARDLINK | C_HASXATTRS);
1806 to_flag_special = to_cp->c_flag & (C_HARDLINK | C_HASXATTRS);
1809 from_cp->c_flag &= ~(C_HARDLINK | C_HASXATTRS);
1810 to_cp->c_flag &= ~(C_HARDLINK | C_HASXATTRS);
1852 * C_HARDLINK, C_HASXATTRS

Completed in 16 milliseconds