Searched refs:xfs_ifork_format (Results 1 – 3 of 3) sorted by relevance
129 static inline int8_t xfs_ifork_format(struct xfs_ifork *ifp) in xfs_ifork_format() function
293 to->di_format = xfs_ifork_format(&ip->i_df); in xfs_inode_to_disk()313 to->di_aformat = xfs_ifork_format(ip->i_afp); in xfs_inode_to_disk()
370 to->di_format = xfs_ifork_format(&ip->i_df); in xfs_inode_to_log_dinode()391 to->di_aformat = xfs_ifork_format(ip->i_afp); in xfs_inode_to_log_dinode()
Completed in 5 milliseconds