Searched refs:if_nextents (Results 1 – 17 of 17) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.c | 1196 if (ifp->if_nextents < tifp->if_nextents) in xfs_swap_extents_check_format() 1217 tifp->if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1222 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1238 if (tifp->if_nextents <= XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1247 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1415 if (xfs_inode_has_attr_fork(ip) && ip->i_af.if_nextents > 0 && in xfs_swap_extent_forks() 1422 if (xfs_inode_has_attr_fork(tip) && tip->i_af.if_nextents > 0 && in xfs_swap_extent_forks() 1614 uint32_t ipnext = ip->i_df.if_nextents; in xfs_swap_extents() 1615 uint32_t tipnext = tip->i_df.if_nextents; in xfs_swap_extents()
|
| H A D | xfs_inode.c | 1178 ASSERT(ip->i_df.if_nextents == 0); in xfs_inactive_truncate() 1465 if (S_ISDIR(VFS_I(ip)->i_mode) && ip->i_df.if_nextents > 0) { in xfs_inactive() 1808 ASSERT(ip->i_df.if_nextents == 0); in xfs_ifree() 2386 ip->i_df.if_nextents > XFS_IFORK_MAXEXT(ip, XFS_DATA_FORK)); in xfs_iflush() 2434 if (ip->i_df.if_nextents + xfs_ifork_nextents(&ip->i_af) > in xfs_iflush() 2440 ip->i_df.if_nextents + xfs_ifork_nextents(&ip->i_af), in xfs_iflush()
|
| H A D | xfs_attr_inactive.c | 367 if (dp->i_af.if_nextents > 0) { in xfs_attr_inactive()
|
| H A D | xfs_iops.c | 936 if (newsize == 0 && oldsize == 0 && ip->i_df.if_nextents == 0) { in xfs_vn_setattr_size()
|
| H A D | xfs_file.c | 1823 if (ip->i_df.if_nextents > 0) in xfs_dir_open()
|
| H A D | xfs_iomap.c | 2345 if (!xfs_inode_has_attr_fork(ip) || !ip->i_af.if_nextents) { in xfs_xattr_iomap_begin()
|
| H A D | xfs_trace.h | 2591 __entry->nex = ip->i_df.if_nextents; 5298 __entry->nex = ip->i_df.if_nextents; 5630 __entry->nexts1 = xfs_ifork_ptr(req->ip1, whichfork)->if_nextents; 5631 __entry->nexts2 = xfs_ifork_ptr(req->ip2, whichfork)->if_nextents;
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.h | 22 xfs_extnum_t if_nextents; /* # of extents in this fork */ member 92 return ifp->if_nextents; in xfs_ifork_nextents()
|
| H A D | xfs_attr.h | 581 ip->i_af.if_nextents == 0); in xfs_attr_is_shortform()
|
| H A D | xfs_exchmaps.c | 881 if (check_add_overflow(ifp->if_nextents, (uint64_t)delta, in xmi_ensure_delta_nextents()
|
| /linux/fs/xfs/scrub/ |
| H A D | tempfile.c | 697 req->nr_exchanges = 1 + tifp->if_nextents; in xrep_tempexch_estimate() 712 req->nr_exchanges = 1 + ifp->if_nextents; in xrep_tempexch_estimate()
|
| H A D | attr_repair.c | 978 if (ifp->if_nextents != 0) { in xrep_xattr_fork_remove() 985 I_INO(ip), ifp->if_nextents, ifp->if_format); in xrep_xattr_fork_remove() 1326 ifp->if_nextents = 0; in xrep_xattr_swap_prep()
|
| H A D | bmap.c | 758 if (ifp->if_format != XFS_DINODE_FMT_EXTENTS || ifp->if_nextents != 0) in xchk_bmap_check_empty_attrfork() 802 if (ifp->if_format != XFS_DINODE_FMT_EXTENTS || ifp->if_nextents != 0) in xchk_bmap_check_empty_datafork()
|
| H A D | cow_repair.c | 670 ifp->if_nextents = 0; in xrep_bmap_cow()
|
| H A D | parent.c | 951 ip->i_af.if_nextents == 0; in xchk_pptr_looks_zapped()
|
| H A D | inode_repair.c | 1696 sc->ip->i_df.if_nextents = nextents; in xrep_inode_blockcounts() 1711 ifp->if_nextents = nextents; in xrep_inode_blockcounts()
|
| H A D | trace.h | 2531 __entry->nextents = sc->ip->i_df.if_nextents; 2533 __entry->anextents = sc->ip->i_af.if_nextents;
|