Searched refs:IS_CTL_VP (Results 1 – 2 of 2) sorted by relevance
240 if (IS_CTL_VP(vp)) { in coda_open()323 if (IS_CTL_VP(vp)) { in coda_close()412 if (IS_CTL_VP(vp)) { in coda_rdwr()520 if (!IS_CTL_VP(vp)) { in coda_ioctl()593 if (IS_CTL_VP(vp)) { in coda_getattr()644 if (IS_CTL_VP(vp)) { in coda_setattr()678 if (IS_CTL_VP(vp)) { in coda_access()744 if (IS_CTL_VP(vp)) { in coda_readlink()801 if (IS_CTL_VP(vp) || vp->v_type == VNON) { in coda_fsync()842 if (IS_CTL_VP(vp)) { in coda_inactive()[all …]
173 #define IS_CTL_VP(vp) ((vp) == coda_ctlvp) macro