HomeSort by: relevance | last modified time | path
    Searched refs:C_VATTR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/coda/
cnode.h 104 struct vattr c_vattr; /* attributes */ member in struct:cnode
116 #define C_VATTR 0x01 /* Validity of vattr in the cnode */
121 #define VALID_VATTR(cp) ((cp->c_flags) & C_VATTR)
coda_subr.c 367 cp->c_flags &= ~C_VATTR;
391 cp->c_flags &= ~C_VATTR;
420 cp->c_flags &= ~C_VATTR;
coda_vnops.c 283 cp->c_flags &= ~C_VATTR;
492 cp->c_flags &= ~C_VATTR;
572 * c_vattr is valid, return a reference to it. Otherwise, get the
603 coda_print_vattr(&cp->c_vattr); )
605 *vap = cp->c_vattr;
621 cp->c_vattr = *vap;
622 cp->c_flags |= C_VATTR;
655 cp->c_flags &= ~C_VATTR;
1045 VTOC(*vpp)->c_vattr = attr;
1046 VTOC(*vpp)->c_flags |= C_VATTR;
    [all...]

Completed in 40 milliseconds