Searched refs:totsize (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_attr_sf.h | 40 ((dp)->i_afp->if_u1.if_data))->hdr.totsize))
|
D | xfs_attr_leaf.c | 556 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xfs_attr_shortform_create() 608 be16_add_cpu(&sf->hdr.totsize, size); in xfs_attr_shortform_add() 641 int base, size=0, end, totsize, i; in xfs_attr_shortform_remove() local 671 totsize = be16_to_cpu(sf->hdr.totsize); in xfs_attr_shortform_remove() 672 if (end != totsize) in xfs_attr_shortform_remove() 673 memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end); in xfs_attr_shortform_remove() 675 be16_add_cpu(&sf->hdr.totsize, -size); in xfs_attr_shortform_remove() 680 totsize -= size; in xfs_attr_shortform_remove() 681 if (totsize == sizeof(xfs_attr_sf_hdr_t) && in xfs_attr_shortform_remove() 688 dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_shortform_remove() [all …]
|
D | xfs_da_format.h | 618 __be16 totsize; /* total bytes in shortform list */ member
|
D | xfs_inode_fork.c | 104 size = be16_to_cpu(atp->hdr.totsize); in xfs_iformat_fork()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_ondisk.h | 87 XFS_CHECK_OFFSET(xfs_attr_shortform_t, hdr.totsize, 0); in xfs_check_ondisk_structs()
|