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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4acl.c579 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) function
620 allow_bits(&a->aces[i].perms, mask);
634 allow_bits(&state->owner, mask);
642 allow_bits(&state->users->aces[i].perms, mask);
651 allow_bits(&state->group, mask);
664 allow_bits(&state->groups->aces[i].perms, mask);
677 allow_bits(&state->owner, mask);
678 allow_bits(&state->group, mask);
679 allow_bits(&state->other, mask);
680 allow_bits(
[all...]

Completed in 45 milliseconds