Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | xfs_attr_shortform |
struct | xfs_attr_shortform::xfs_attr_sf_hdr |
struct | xfs_attr_shortform::xfs_attr_sf_entry |
struct | xfs_attr_sf_sort |
Macros | |
#define | XFS_ATTR_SF_ENTSIZE_BYNAME(nlen, vlen) |
#define | XFS_ATTR_SF_ENTSIZE_MAX |
#define | XFS_ATTR_SF_ENTSIZE(sfep) |
#define | XFS_ATTR_SF_NEXTENTRY(sfep) |
#define | XFS_ATTR_SF_TOTSIZE(dp) |
Typedefs | |
typedef struct xfs_attr_shortform | xfs_attr_shortform_t |
typedef struct xfs_attr_sf_hdr | xfs_attr_sf_hdr_t |
typedef struct xfs_attr_sf_entry | xfs_attr_sf_entry_t |
typedef struct xfs_attr_sf_sort | xfs_attr_sf_sort_t |
#define XFS_ATTR_SF_ENTSIZE | ( | sfep | ) |
Definition at line 62 of file xfs_attr_sf.h.
#define XFS_ATTR_SF_ENTSIZE_BYNAME | ( | nlen, | |
vlen | |||
) |
Definition at line 58 of file xfs_attr_sf.h.
#define XFS_ATTR_SF_ENTSIZE_MAX |
Definition at line 60 of file xfs_attr_sf.h.
#define XFS_ATTR_SF_NEXTENTRY | ( | sfep | ) |
Definition at line 64 of file xfs_attr_sf.h.
#define XFS_ATTR_SF_TOTSIZE | ( | dp | ) |
Definition at line 66 of file xfs_attr_sf.h.
typedef struct xfs_attr_sf_entry xfs_attr_sf_entry_t |
Definition at line 44 of file xfs_attr_sf.h.
typedef struct xfs_attr_sf_hdr xfs_attr_sf_hdr_t |
Definition at line 43 of file xfs_attr_sf.h.
typedef struct xfs_attr_sf_sort xfs_attr_sf_sort_t |