Lines Matching refs:dp
353 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get()
372 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_get()
393 error = xfs_attr_rmtval_copyout(mp, bp, args->dp->i_ino, in xfs_attr_rmtval_get()
417 struct xfs_inode *dp = args->dp; in xfs_attr_rmtval_set() local
418 struct xfs_mount *mp = dp->i_mount; in xfs_attr_rmtval_set()
438 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff, in xfs_attr_rmtval_set()
466 error = xfs_bmapi_write(args->trans, dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
485 xfs_trans_ijoin(args->trans, dp, 0); in xfs_attr_rmtval_set()
496 error = xfs_trans_roll(&args->trans, dp); in xfs_attr_rmtval_set()
519 error = xfs_bmapi_read(dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
536 xfs_attr_rmtval_copyin(mp, bp, args->dp->i_ino, &offset, in xfs_attr_rmtval_set()
561 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_remove()
585 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_remove()
620 error = xfs_bunmapi(args->trans, args->dp, lblkno, blkcnt, in xfs_attr_rmtval_remove()
640 xfs_trans_ijoin(args->trans, args->dp, 0); in xfs_attr_rmtval_remove()
645 error = xfs_trans_roll(&args->trans, args->dp); in xfs_attr_rmtval_remove()