Searched defs:NFSCLRBIT_ATTRBIT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/fs/nfs/
H A Dnfs.h398 #define NFSCLRBIT_ATTRBIT(b, p) ((b)->bits[(p) / 32] &= ~(1 << ((p) % 32))) macro

Completed in 61 milliseconds