Searched refs:di_nextents (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dfrag.c152 if (ip->i_d.di_nextents < tip->i_d.di_nextents)
372 tmp = (__uint64_t) ip->i_d.di_nextents;
373 ip->i_d.di_nextents = tip->i_d.di_nextents;
374 tip->i_d.di_nextents = tmp;
388 if (ip->i_d.di_nextents <= XFS_INLINE_EXTS) {
407 if (tip->i_d.di_nextents <= XFS_INLINE_EXTS) {
H A Dxfs_dinode.h61 __be32 di_nextents; /* number of extents in data fork */ member in struct:xfs_dinode
147 be32_to_cpu((dip)->di_nextents) : \
H A Dxfs_inode.h146 xfs_extnum_t di_nextents; /* number of extents in data fork */ member in struct:xfs_icdinode
203 (ip)->i_d.di_nextents : \
207 ((ip)->i_d.di_nextents = (n)) : \
H A Dxfs_inode_item.c72 (ip->i_d.di_nextents > 0) &&
314 ASSERT(ip->i_d.di_nextents > 0);
319 if (ip->i_d.di_nextents == ip->i_df.if_bytes /
645 ASSERT(ip->i_d.di_nextents > 0);
H A Dxfs_inode.c317 if (unlikely(be32_to_cpu(dip->di_nextents) +
323 (int)(be32_to_cpu(dip->di_nextents) +
675 to->di_nextents = be32_to_cpu(from->di_nextents);
710 to->di_nextents = cpu_to_be32(from->di_nextents);
1074 ip->i_d.di_nextents = 0;
1526 if (ip->i_d.di_nextents > 0) {
1681 (ip->i_d.di_nextents == 0));
2088 ASSERT(ip->i_d.di_nextents
[all...]
H A Dxfs_bmap.c424 if (ip->i_d.di_nextents * sizeof(xfs_bmbt_rec_t) <= XFS_IFORK_DSIZE(ip))
756 ip->i_d.di_nextents--;
854 ip->i_d.di_nextents++;
922 ip->i_d.di_nextents++;
938 ip->i_d.di_nextents > ip->i_df.if_ext_max) {
1003 ip->i_d.di_nextents++;
1019 ip->i_d.di_nextents > ip->i_df.if_ext_max) {
1053 ip->i_d.di_nextents++;
1069 ip->i_d.di_nextents > ip->i_df.if_ext_max) {
1253 ip->i_d.di_nextents
[all...]
H A Dxfs_vnodeops.c184 ip->i_size == 0 && ip->i_d.di_nextents == 0) {
299 (iattr->ia_size == 0 && ip->i_d.di_nextents)) {
704 ASSERT(ip->i_d.di_nextents > 0 && ip->i_d.di_nextents <= 2);
1021 (ip->i_d.di_nextents > 0) || (ip->i_delayed_blks > 0)) &&
H A Dxfs_itable.c116 buf->bs_extents = dic->di_nextents;
H A Dxfs_log_recover.c2419 if (unlikely(dicp->di_nextents + dicp->di_anextents > dicp->di_nblocks)){
2426 dicp->di_nextents + dicp->di_anextents,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c809 fa.fsx_nextents = ip->i_d.di_nextents;
978 if (ip->i_d.di_nextents &&
1013 if ((ip->i_d.di_nextents || ip->i_delayed_blks) &&
H A Dxfs_file.c836 if (ip->i_d.di_nextents > 0)
H A Dxfs_trace.h1597 __entry->nex = ip->i_d.di_nextents;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_syscalls.c453 out->qs_uquota.qfs_nextents = uip->i_d.di_nextents;
459 out->qs_gquota.qfs_nextents = gip->i_d.di_nextents;

Completed in 184 milliseconds