valueblk         1427 fs/xfs/libxfs/xfs_attr_leaf.c 		name_rmt->valueblk = 0;
valueblk         2362 fs/xfs/libxfs/xfs_attr_leaf.c 			args->rmtblkno = be32_to_cpu(name_rmt->valueblk);
valueblk         2411 fs/xfs/libxfs/xfs_attr_leaf.c 	args->rmtblkno = be32_to_cpu(name_rmt->valueblk);
valueblk         2698 fs/xfs/libxfs/xfs_attr_leaf.c 		name_rmt->valueblk = cpu_to_be32(args->rmtblkno);
valueblk         2749 fs/xfs/libxfs/xfs_attr_leaf.c 		name_rmt->valueblk = 0;
valueblk         2856 fs/xfs/libxfs/xfs_attr_leaf.c 		name_rmt->valueblk = cpu_to_be32(args->rmtblkno);
valueblk         2867 fs/xfs/libxfs/xfs_attr_leaf.c 		name_rmt->valueblk = 0;
valueblk           23 fs/xfs/libxfs/xfs_attr_leaf.h 	xfs_dablk_t	valueblk;	/* block number of value bytes */
valueblk          660 fs/xfs/libxfs/xfs_da_format.h 	__be32	valueblk;		/* block number of value bytes */
valueblk          288 fs/xfs/scrub/attr.c 		if (rentry->namelen == 0 || rentry->valueblk == 0)
valueblk          133 fs/xfs/xfs_attr_inactive.c 			if (name_rmt->valueblk)
valueblk          161 fs/xfs/xfs_attr_inactive.c 			if (name_rmt->valueblk) {
valueblk          162 fs/xfs/xfs_attr_inactive.c 				lp->valueblk = be32_to_cpu(name_rmt->valueblk);
valueblk          177 fs/xfs/xfs_attr_inactive.c 				lp->valueblk, lp->valuelen);
valueblk           82 fs/xfs/xfs_ondisk.h 	XFS_CHECK_OFFSET(xfs_attr_leaf_name_remote_t, valueblk,	0);