Searched refs:rt (Results 1 – 5 of 5) sorted by relevance
381 static inline u32 bytes_per_rt(const struct RESTART_TABLE *rt) in bytes_per_rt() argument383 return le16_to_cpu(rt->used) * le16_to_cpu(rt->size) + in bytes_per_rt()714 static bool check_rstbl(const struct RESTART_TABLE *rt, size_t bytes) in check_rstbl() argument718 u16 rsize = le16_to_cpu(rt->size); in check_rstbl()719 u16 ne = le16_to_cpu(rt->used); in check_rstbl()720 u32 ff = le32_to_cpu(rt->first_free); in check_rstbl()721 u32 lf = le32_to_cpu(rt->last_free); in check_rstbl()727 le16_to_cpu(rt->total) > ne || ff > ts || lf > ts || in check_rstbl()739 rt, i * rsize + sizeof(struct RESTART_TABLE))); in check_rstbl()756 off = le32_to_cpu(*(__le32 *)Add2Ptr(rt, off)); in check_rstbl()[all …]
136 goto rt; in alloc_in_bmp()151 goto rt; in alloc_in_bmp()174 goto rt; in alloc_in_bmp()179 rt: in alloc_in_bmp()
48 int rt, int eof, int delay, int convert,
785 int rt; in xfs_alloc_file_space() local802 rt = XFS_IS_REALTIME_INODE(ip); in xfs_alloc_file_space()846 if (unlikely(rt)) { in xfs_alloc_file_space()
2906 int rt, /* is this a realtime inode? */ in xfs_bmap_extsize_align() argument3021 if (rt && (temp = (align_alen % mp->m_sb.sb_rextsize))) { in xfs_bmap_extsize_align()3084 int rt; /* true if inode is realtime */ in xfs_bmap_adjacent() local3087 (rt ? \ in xfs_bmap_adjacent()3095 rt = XFS_IS_REALTIME_INODE(ap->ip) && in xfs_bmap_adjacent()3161 if (!rt && !nullfb && in xfs_bmap_adjacent()3203 if (!rt && !nullfb && in xfs_bmap_adjacent()