Home
last modified time | relevance | path

Searched refs:posix_ace_state (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/server/
H A Dsmbacl.h51 struct posix_ace_state { struct
61 struct posix_ace_state perms; argument
75 struct posix_ace_state owner;
76 struct posix_ace_state group;
77 struct posix_ace_state other;
78 struct posix_ace_state everyone;
79 struct posix_ace_state mask; /* deny unused in this case */
/linux/fs/nfsd/
H A Dnfs4acl.c428 struct posix_ace_state { struct
438 struct posix_ace_state perms; argument
452 struct posix_ace_state owner;
453 struct posix_ace_state group;
454 struct posix_ace_state other;
455 struct posix_ace_state everyone;
456 struct posix_ace_state mask; /* Deny unused in this case */
491 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate) in add_to_mask()
565 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) in allow_bits()
571 static inline void deny_bits(struct posix_ace_state *astate, u32 mask) in deny_bits()