Home
last modified time | relevance | path

Searched refs:ACL_UNDEFINED_ID (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dposix_acl_xattr.h23 #define ACL_UNDEFINED_ID (-1) macro
Dposix_acl.h15 #define ACL_UNDEFINED_ID (-1) macro
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dacl.c199 if (id != ACL_UNDEFINED_ID) { in lustre_posix_acl_xattr_filter()
302 posix_acl_xattr_entry pe = {ACL_MASK, 0, ACL_UNDEFINED_ID}; in lustre_acl_xattr_merge2posix()
324 if (ae.e_id != ACL_UNDEFINED_ID) { in lustre_acl_xattr_merge2posix()
446 if (pae.e_id != ACL_UNDEFINED_ID) { in lustre_acl_xattr_merge2ext()
/linux-4.1.27/fs/xfs/
Dxfs_acl.c113 ace->ae_id = cpu_to_be32(ACL_UNDEFINED_ID); in xfs_acl_to_disk()
/linux-4.1.27/fs/ocfs2/
Dacl.c115 entry->e_id = cpu_to_le32(ACL_UNDEFINED_ID); in ocfs2_acl_to_xattr()
/linux-4.1.27/fs/
Dposix_acl.c762 ext_entry->e_id = cpu_to_le32(ACL_UNDEFINED_ID); in posix_acl_to_xattr()