OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFSSETBIT_ATTRBIT
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs_clport.c
923
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_MODE);
925
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_OWNER);
927
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_OWNERGROUP);
929
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_SIZE);
931
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_TIMEACCESSSET);
933
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_TIMEMODIFYSET);
nfs_clrpcops.c
427
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_CHANGE);
428
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_TIMEMODIFY);
971
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_LEASETIME);
1040
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_LEASETIME);
2745
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_FILEID);
2746
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_TYPE);
2749
NFSSETBIT_ATTRBIT
(&attrbits,
2758
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_FSID);
2866
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_RDATTRERROR);
3171
NFSSETBIT_ATTRBIT
(&attrbits, NFSATTRBIT_FILEID)
[
all
...]
nfs_clstate.c
3259
NFSSETBIT_ATTRBIT
(&rattrbits,
3269
NFSSETBIT_ATTRBIT
(&rattrbits,
/src/sys/fs/nfs/server/
nfs_nfsdsubs.c
1617
NFSSETBIT_ATTRBIT
(&nattrbits, NFSATTRBIT_OWNER);
1626
NFSSETBIT_ATTRBIT
(&nattrbits, NFSATTRBIT_TIMEACCESSSET);
1632
NFSSETBIT_ATTRBIT
(&nattrbits, NFSATTRBIT_TIMEMODIFYSET);
1641
NFSSETBIT_ATTRBIT
(&nattrbits, NFSATTRBIT_OWNERGROUP);
nfs_nfsdserv.c
399
NFSSETBIT_ATTRBIT
(&retbits, NFSATTRBIT_OWNER);
401
NFSSETBIT_ATTRBIT
(&retbits, NFSATTRBIT_OWNERGROUP);
411
NFSSETBIT_ATTRBIT
(&retbits, NFSATTRBIT_SIZE);
427
NFSSETBIT_ATTRBIT
(&retbits, NFSATTRBIT_TIMEACCESSSET);
429
NFSSETBIT_ATTRBIT
(&retbits, NFSATTRBIT_TIMEMODIFYSET);
439
NFSSETBIT_ATTRBIT
(&retbits, NFSATTRBIT_MODE);
447
NFSSETBIT_ATTRBIT
(&retbits, NFSATTRBIT_ACL);
2820
NFSSETBIT_ATTRBIT
(&attrbits,
nfs_nfsdport.c
1878
NFSSETBIT_ATTRBIT
(&rderrbits, NFSATTRBIT_RDATTRERROR);
/src/sys/fs/nfs/common/
nfs.h
390
#define
NFSSETBIT_ATTRBIT
(b, p) ((b)->bits[(p) / 32] |= (1 << ((p) % 32)))
Completed in 23 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025