Searched defs:NFSSETBIT_ATTRBIT (Results 1 - 1 of 1) sorted by path

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

Completed in 202 milliseconds