Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/nfsd/
H A Dnfs4acl.c419 struct posix_ace_state { struct
429 struct posix_ace_state perms; argument
443 struct posix_ace_state owner;
444 struct posix_ace_state group;
445 struct posix_ace_state other;
446 struct posix_ace_state everyone;
447 struct posix_ace_state mask; /* Deny unused in this case */
482 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate) in add_to_mask()
556 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) in allow_bits()
562 static inline void deny_bits(struct posix_ace_state *astate, u32 mask) in deny_bits()