Searched refs:st_deny_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.h396 unsigned long st_deny_bmap; member in struct:nfs4_stateid
H A Dnfs4state.c417 set_deny(&deny, stp->st_deny_bmap);
1965 stp->st_deny_bmap = 0;
1968 __set_bit(open->op_share_deny, &stp->st_deny_bmap);
2066 if (test_bit(deny_type, &stp->st_deny_bmap) ||
2067 test_bit(NFS4_SHARE_DENY_BOTH, &stp->st_deny_bmap))
2427 __set_bit(open->op_share_deny, &stp->st_deny_bmap);
3168 if (!test_bit(od->od_share_deny, &stp->st_deny_bmap)) {
3170 stp->st_deny_bmap, od->od_share_deny);
3177 reset_union_bmap_deny(od->od_share_deny, &stp->st_deny_bmap);
3491 stp->st_deny_bmap
[all...]

Completed in 65 milliseconds