Searched refs:rt (Results 1 - 6 of 6) sorted by relevance

/fs/xfs/
H A Dxfs_bmap_util.h85 int rt, int eof, int delay, int convert,
H A Dxfs_iomap.c132 int rt; local
143 rt = XFS_IS_REALTIME_INODE(ip);
169 if (unlikely(rt)) {
H A Dxfs_bmap_util.c199 * pick an extent that will space things out in the rt area.
947 int rt; local
967 rt = XFS_IS_REALTIME_INODE(ip);
1007 if (unlikely(rt)) {
1188 int rt; local
1203 rt = XFS_IS_REALTIME_INODE(ip);
1225 if (rt && !xfs_sb_version_hasextflgbit(&mp->m_sb)) {
/fs/hpfs/
H A Dalloc.c135 goto rt;
150 goto rt;
173 goto rt;
178 rt:
/fs/xfs/libxfs/
H A Dxfs_bmap.c3203 * Adjust the size of the new extent based on di_extsize and rt extsize.
3211 int rt, /* is this a realtime inode? */
3314 if (rt && (temp = (align_alen % mp->m_sb.sb_rextsize))) {
3375 int rt; /* true if inode is realtime */ local
3378 (rt ? \
3386 rt = XFS_IS_REALTIME_INODE(ap->ip) && ap->userdata;
3450 if (!rt && !nullfb &&
3492 if (!rt && !nullfb &&
4120 char rt = XFS_IS_REALTIME_INODE(ip); local
4138 error = xfs_bmap_extsize_align(mp, got, prev, extsz, rt, eo
3206 xfs_bmap_extsize_align( xfs_mount_t *mp, xfs_bmbt_irec_t *gotp, xfs_bmbt_irec_t *prevp, xfs_extlen_t extsz, int rt, int eof, int delay, int convert, xfs_fileoff_t *offp, xfs_extlen_t *lenp) argument
[all...]
/fs/
H A Dselect.c29 #include <linux/sched/rt.h>

Completed in 129 milliseconds