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

/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs.h357 #define NFSISSET_ATTRBIT(b, p) ((b)->bits[(p) / 32] & (1 << ((p) % 32))) macro

Completed in 40 milliseconds