Lines Matching refs:dp
354 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get()
373 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_get()
394 error = xfs_attr_rmtval_copyout(mp, bp, args->dp->i_ino, in xfs_attr_rmtval_get()
418 struct xfs_inode *dp = args->dp; in xfs_attr_rmtval_set() local
419 struct xfs_mount *mp = dp->i_mount; in xfs_attr_rmtval_set()
439 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff, in xfs_attr_rmtval_set()
467 error = xfs_bmapi_write(args->trans, dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
486 xfs_trans_ijoin(args->trans, dp, 0); in xfs_attr_rmtval_set()
497 error = xfs_trans_roll(&args->trans, dp); in xfs_attr_rmtval_set()
520 error = xfs_bmapi_read(dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
537 xfs_attr_rmtval_copyin(mp, bp, args->dp->i_ino, &offset, in xfs_attr_rmtval_set()
562 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_remove()
586 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_remove()
621 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()