Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs3acl.c26 * Get the Access and/or Default ACL of a file.
52 /* Solaris returns the inode's minimum ACL. */ in nfsd3_proc_getacl()
62 /* Check how Solaris handles requests for the Default ACL in nfsd3_proc_getacl()
83 * Set the Access and/or Default ACL of a file.
229 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
252 .pc_xdrressize = ST+1+2*(1+ACL),
H A Dnfs2acl.c28 * Get the Access and/or Default ACL of a file.
60 /* Solaris returns the inode's minimum ACL. */ in nfsacld_proc_getacl()
70 /* Check how Solaris handles requests for the Default ACL in nfsacld_proc_getacl()
91 * Set the Access and/or Default ACL of a file.
316 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
339 .pc_xdrressize = ST+1+2*(1+ACL),
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs3acl.c26 * Get the Access and/or Default ACL of a file.
52 /* Solaris returns the inode's minimum ACL. */ in nfsd3_proc_getacl()
62 /* Check how Solaris handles requests for the Default ACL in nfsd3_proc_getacl()
83 * Set the Access and/or Default ACL of a file.
243 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
263 .pc_xdrressize = ST+1+2*(1+ACL),
H A Dnfs2acl.c28 * Get the Access and/or Default ACL of a file.
60 /* Solaris returns the inode's minimum ACL. */ in nfsacld_proc_getacl()
70 /* Check how Solaris handles requests for the Default ACL in nfsacld_proc_getacl()
91 * Set the Access and/or Default ACL of a file.
376 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
396 .pc_xdrressize = ST+1+2*(1+ACL),
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlayout.h1397 * An ACE is an access-control entry in an access-control list (ACL).
1509 * The access system ACL and maximum allowed access types (bits 24 to
1606 * An ACL is an access-control list (ACL).
1607 * An ACL starts with an ACL header structure, which specifies the size of
1608 * the ACL and the number of ACEs it contains. The ACL header is followed by
1609 * zero or more access control entries (ACEs). The ACL as well as each ACE
1613 u8 revision; /* Revision of this ACL
1620 } __attribute__ ((__packed__)) ACL; global() typedef
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlayout.h1397 * An ACE is an access-control entry in an access-control list (ACL).
1509 * The access system ACL and maximum allowed access types (bits 24 to
1606 * An ACL is an access-control list (ACL).
1607 * An ACL starts with an ACL header structure, which specifies the size of
1608 * the ACL and the number of ACEs it contains. The ACL header is followed by
1609 * zero or more access control entries (ACEs). The ACL as well as each ACE
1613 u8 revision; /* Revision of this ACL
1620 } __attribute__ ((__packed__)) ACL; global() typedef
[all...]
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfsntfs.c1743 static bool is_acl_valid(const struct ACL *acl, u32 len) in is_acl_valid()
1752 * This value should be ACL_REVISION, unless the ACL contains an in is_acl_valid()
1754 * All ACEs in an ACL must be at the same revision level. in is_acl_valid()
1768 len -= sizeof(struct ACL); in is_acl_valid()
1833 const struct ACL *sacl = Add2Ptr(sd, sd_sacl); in is_sd_valid()
1835 if (sd_sacl + sizeof(struct ACL) > len) in is_sd_valid()
1844 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid()
1846 if (sd_dacl + sizeof(struct ACL) > len) in is_sd_valid()
H A Dntfs.h1218 struct ACL { struct
1225 static_assert(sizeof(struct ACL) == 8);

Completed in 19 milliseconds