Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 5 of 5) sorted by relevance

/fs/hpfs/
Dalloc.c136 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()
/fs/xfs/
Dxfs_bmap_util.h50 int rt, int eof, int delay, int convert,
Dxfs_iomap.c182 int rt; in xfs_iomap_write_direct() local
190 rt = XFS_IS_REALTIME_INODE(ip); in xfs_iomap_write_direct()
221 if (unlikely(rt)) { in xfs_iomap_write_direct()
Dxfs_bmap_util.c870 int rt; in xfs_alloc_file_space() local
888 rt = XFS_IS_REALTIME_INODE(ip); in xfs_alloc_file_space()
931 if (unlikely(rt)) { in xfs_alloc_file_space()
/fs/xfs/libxfs/
Dxfs_bmap.c2874 int rt, /* is this a realtime inode? */ in xfs_bmap_extsize_align() argument
2989 if (rt && (temp = (align_alen % mp->m_sb.sb_rextsize))) { in xfs_bmap_extsize_align()
3052 int rt; /* true if inode is realtime */ in xfs_bmap_adjacent() local
3055 (rt ? \ in xfs_bmap_adjacent()
3063 rt = XFS_IS_REALTIME_INODE(ap->ip) && in xfs_bmap_adjacent()
3129 if (!rt && !nullfb && in xfs_bmap_adjacent()
3171 if (!rt && !nullfb && in xfs_bmap_adjacent()