Home
last modified time | relevance | path

Searched refs:xfs_acl_entry (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_acl.c39 const struct xfs_acl_entry *ace; in xfs_acl_from_disk()
101 struct xfs_acl_entry *ace; in xfs_acl_to_disk()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_format.h1791 struct xfs_acl_entry { struct
1800 struct xfs_acl_entry acl_entry[]; argument
1811 sizeof(struct xfs_acl_entry) \
1816 sizeof(struct xfs_acl_entry) * cnt)
Dxfs_ondisk.h27 XFS_CHECK_STRUCT_SIZE(struct xfs_acl_entry, 12); in xfs_check_ondisk_structs()