Home
last modified time | relevance | path

Searched refs:XFS_ATTR_FORK (Results 1 – 25 of 31) sorted by relevance

12

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_inode_fork.h45 ((w) == XFS_ATTR_FORK ? \
60 ((w) == XFS_ATTR_FORK ? \
66 ((w) == XFS_ATTR_FORK ? \
72 ((w) == XFS_ATTR_FORK ? \
78 ((w) == XFS_ATTR_FORK ? \
84 ((w) == XFS_ATTR_FORK ? \
Dxfs_log_rlimit.c33 nblks = XFS_DAENTER_SPACE_RES(mp, XFS_ATTR_FORK); in xfs_log_calc_max_attrsetm_res()
35 nblks += XFS_NEXTENTADD_SPACE_RES(mp, size, XFS_ATTR_FORK); in xfs_log_calc_max_attrsetm_res()
Dxfs_bmap.h128 return (w == XFS_ATTR_FORK ? XFS_BMAPI_ATTRFORK : in xfs_bmapi_aflag()
137 return XFS_ATTR_FORK; in xfs_bmapi_whichfork()
267 case XFS_ATTR_FORK: in xfs_bmap_fork_to_state()
Dxfs_attr.c78 args->whichfork = XFS_ATTR_FORK; in xfs_attr_args_init()
117 else if (xfs_bmap_one_block(ip, XFS_ATTR_FORK)) in xfs_attr_get_ilocked()
175 nblks = XFS_DAENTER_SPACE_RES(mp, XFS_ATTR_FORK); in xfs_attr_calc_size()
188 nblks += XFS_NEXTENTADD_SPACE_RES(mp, dblocks, XFS_ATTR_FORK); in xfs_attr_calc_size()
278 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) in xfs_attr_set_args()
300 } else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) { in xfs_attr_remove_args()
1141 if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) { in xfs_attr_node_removename()
1245 &blk->bp, XFS_ATTR_FORK); in xfs_attr_refillstate()
1264 &blk->bp, XFS_ATTR_FORK); in xfs_attr_refillstate()
Dxfs_inode_fork.c106 error = xfs_iformat_local(ip, dip, XFS_ATTR_FORK, size); in xfs_iformat_fork()
109 error = xfs_iformat_extents(ip, dip, XFS_ATTR_FORK); in xfs_iformat_fork()
112 error = xfs_iformat_btree(ip, dip, XFS_ATTR_FORK); in xfs_iformat_fork()
529 if (whichfork == XFS_ATTR_FORK) { in xfs_idestroy_fork()
612 ASSERT(whichfork == XFS_ATTR_FORK); in xfs_iflush_fork()
731 if (!XFS_IFORK_PTR(ip, XFS_ATTR_FORK)) in xfs_ifork_verify_attr()
Dxfs_trans_space.h69 XFS_DAREMOVE_SPACE_RES(mp, XFS_ATTR_FORK)
72 (XFS_DAENTER_SPACE_RES(mp, XFS_ATTR_FORK) + XFS_B_TO_FSB(mp, v))
Dxfs_rmap.h28 if (whichfork == XFS_ATTR_FORK) in xfs_rmap_ino_bmbt_owner()
42 if (whichfork == XFS_ATTR_FORK) in xfs_rmap_ino_owner()
Dxfs_attr_leaf.c388 XFS_ATTR_FORK, &xfs_attr3_leaf_buf_ops); in xfs_attr3_leaf_read()
553 xfs_idata_realloc(dp, sizeof(*hdr), XFS_ATTR_FORK); in xfs_attr_shortform_create()
598 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); in xfs_attr_shortform_add()
623 xfs_idestroy_fork(ip, XFS_ATTR_FORK); in xfs_attr_fork_remove()
687 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_remove()
802 xfs_idata_realloc(dp, -size, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
803 xfs_bmap_local_to_extents_empty(dp, XFS_ATTR_FORK); in xfs_attr_shortform_to_leaf()
814 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); /* try to put */ in xfs_attr_shortform_to_leaf()
825 xfs_idata_realloc(dp, size, XFS_ATTR_FORK); /* try to put */ in xfs_attr_shortform_to_leaf()
834 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_shortform_to_leaf()
[all …]
Dxfs_types.h88 #define XFS_ATTR_FORK 1 macro
Dxfs_trans_resv.c694 xfs_calc_buf_res(XFS_BM_MAXLEVELS(mp, XFS_ATTR_FORK), in xfs_calc_attrinval_reservation()
737 xfs_calc_buf_res(XFS_BM_MAXLEVELS(mp, XFS_ATTR_FORK), in xfs_calc_attrsetrt_reservation()
761 XFS_BM_MAXLEVELS(mp, XFS_ATTR_FORK)) + in xfs_calc_attrrm_reservation()
Dxfs_inode_buf.c405 if (whichfork == XFS_ATTR_FORK) { in xfs_dinode_verify_fork()
527 fa = xfs_dinode_verify_fork(dip, mp, XFS_ATTR_FORK); in xfs_dinode_verify()
Dxfs_attr_remote.c460 XFS_ATTR_FORK); in xfs_attr_rmtval_set()
/linux-4.19.296/fs/xfs/
Dxfs_attr_inactive.c244 XFS_ATTR_FORK); in xfs_attr3_node_inactive()
277 XFS_ATTR_FORK); in xfs_attr3_node_inactive()
288 &bp, XFS_ATTR_FORK); in xfs_attr3_node_inactive()
329 error = xfs_da3_node_read(*trans, dp, 0, -1, &bp, XFS_ATTR_FORK); in xfs_attr3_root_inactive()
359 error = xfs_da_get_buf(*trans, dp, 0, blkno, &bp, XFS_ATTR_FORK); in xfs_attr3_root_inactive()
426 error = xfs_itruncate_extents(&trans, dp, XFS_ATTR_FORK, 0); in xfs_attr_inactive()
443 xfs_idestroy_fork(dp, XFS_ATTR_FORK); in xfs_attr_inactive()
Dxfs_attr_list.c222 XFS_ATTR_FORK); in xfs_attr_node_list_lookup()
307 &bp, XFS_ATTR_FORK); in xfs_attr_node_list()
511 else if (xfs_bmap_one_block(dp, XFS_ATTR_FORK)) in xfs_attr_list_int_ilocked()
Dxfs_trans_bmap.c127 if (whichfork == XFS_ATTR_FORK) in xfs_trans_set_bmap_flags()
Dxfs_trans_rmap.c31 if (whichfork == XFS_ATTR_FORK) in xfs_trans_set_rmap_flags()
Dxfs_bmap_util.c539 whichfork = XFS_ATTR_FORK; in xfs_getbmap()
548 case XFS_ATTR_FORK: in xfs_getbmap()
668 if (whichfork != XFS_ATTR_FORK && bno < end && in xfs_getbmap()
1657 error = xfs_bmap_count_blocks(tp, ip, XFS_ATTR_FORK, &junk, in xfs_swap_extent_forks()
1664 error = xfs_bmap_count_blocks(tp, tip, XFS_ATTR_FORK, &junk, in xfs_swap_extent_forks()
Dxfs_rmap_item.c471 XFS_ATTR_FORK : XFS_DATA_FORK; in xfs_rui_recover()
Dxfs_bmap_item.c464 XFS_ATTR_FORK : XFS_DATA_FORK; in xfs_bui_recover()
Dxfs_inode_item.c243 data_bytes = xfs_iextents_copy(ip, p, XFS_ATTR_FORK); in xfs_inode_item_format_attr_fork()
Dxfs_inode.c2443 xfs_ifree_local_data(ip, XFS_ATTR_FORK); in xfs_ifree()
3444 ifp = XFS_IFORK_PTR(ip, XFS_ATTR_FORK); in xfs_inode_verify_forks()
3548 xfs_iflush_fork(ip, dip, iip, XFS_ATTR_FORK); in xfs_iflush_int()
/linux-4.19.296/fs/xfs/scrub/
Dbmap.c121 if (info->whichfork == XFS_ATTR_FORK) in xchk_bmap_get_rmap()
233 if (!!(info->whichfork == XFS_ATTR_FORK) != in xchk_bmap_xref_rmap()
291 case XFS_ATTR_FORK: in xchk_bmap_extent_xref()
364 info->whichfork == XFS_ATTR_FORK) in xchk_bmap_extent()
453 if ((sbcri->whichfork == XFS_ATTR_FORK) ^ in xchk_bmap_check_rmap()
572 case XFS_ATTR_FORK: in xchk_bmap_check_rmaps()
632 case XFS_ATTR_FORK: in xchk_bmap()
727 return xchk_bmap(sc, XFS_ATTR_FORK); in xchk_bmap_attr()
Dattr.c97 args.whichfork = XFS_ATTR_FORK; in xchk_xattr_listent()
109 if (!xchk_fblock_process_error(sx->sc, XFS_ATTR_FORK, args.blkno, in xchk_xattr_listent()
113 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, in xchk_xattr_listent()
420 error = xchk_da_btree(sc, XFS_ATTR_FORK, xchk_xattr_rec, in xchk_xattr()
454 if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, 0, &error)) in xchk_xattr()
Dinode.c492 error = xfs_bmap_count_blocks(sc->tp, sc->ip, XFS_ATTR_FORK, in xchk_inode_xref_bmap()
Ddabtree.c506 if (whichfork == XFS_ATTR_FORK) { in xchk_da_btree()

12