Searched refs:st_access_bmap (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h395 unsigned long st_access_bmap; member in struct:nfs4_stateid
H A Dnfs4state.c416 set_access(&access, stp->st_access_bmap);
440 set_access(&access, stp->st_access_bmap);
1964 stp->st_access_bmap = 0;
1967 &stp->st_access_bmap);
2411 new_access = !test_bit(op_share_access, &stp->st_access_bmap);
2426 __set_bit(op_share_access, &stp->st_access_bmap);
2803 if ((flags & WR_STATE) && (!access_permit_write(stp->st_access_bmap)))
2805 if ((flags & RD_STATE) && (!access_permit_read(stp->st_access_bmap)))
3163 if (!test_bit(od->od_share_access, &stp->st_access_bmap)) {
3165 stp->st_access_bmap, o
[all...]

Completed in 51 milliseconds