Home
last modified time | relevance | path

Searched refs:whichfork (Results 1 – 11 of 11) sorted by relevance

/fs/xfs/
Dxfs_bmap.c61 xfs_bmap_check_leaf_extents(xfs_btree_cur_t *cur, xfs_inode_t *ip, int whichfork);
107 int whichfork, /* data or attr fork */
152 int whichfork); /* data or attr fork */
187 int whichfork); /* data or attr fork */
203 int whichfork, /* data or attr fork */
229 int whichfork); /* data or attr fork */
243 int whichfork); /* data or attr fork */
256 int whichfork, /* data or attr fork */
272 int whichfork, /* data or attribute fork */
286 int whichfork); /* data or attr fork */
[all …]
Dxfs_bmap.h159 int whichfork); /* data or attr fork */
205 int whichfork); /* data or attr fork */
218 int whichfork); /* data or attr fork */
231 int whichfork); /* data or attr fork */
243 int whichfork); /* data or attr fork */
253 int whichfork); /* data or attr fork */
264 int whichfork); /* data or attr fork */
306 int whichfork, /* data or attr fork */
378 int whichfork,
388 int whichfork,
Dxfs_inode.c474 int whichfork, in xfs_iformat_local() argument
485 if (unlikely(size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) { in xfs_iformat_local()
490 XFS_DFORK_SIZE(dip, ip->i_mount, whichfork)); in xfs_iformat_local()
495 ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iformat_local()
508 memcpy(ifp->if_u1.if_data, XFS_DFORK_PTR(dip, whichfork), size); in xfs_iformat_local()
527 int whichfork) in xfs_iformat_extents() argument
535 ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iformat_extents()
536 nex = XFS_DFORK_NEXTENTS(dip, whichfork); in xfs_iformat_extents()
544 if (unlikely(size < 0 || size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) { in xfs_iformat_extents()
563 dp = (xfs_bmbt_rec_t *) XFS_DFORK_PTR(dip, whichfork); in xfs_iformat_extents()
[all …]
Dxfs_da_btree.h106 int whichfork; /* data or attribute fork */ member
217 xfs_dabuf_t **bpp, int whichfork);
245 xfs_dabuf_t **bp, int whichfork);
248 xfs_dabuf_t **bpp, int whichfork);
250 xfs_dablk_t bno, int whichfork);
Dxfs_bmap_btree.c493 cur->bc_private.b.ip, cur->bc_private.b.whichfork); in xfs_bmbt_dup_cursor()
635 cur->bc_private.b.whichfork); in xfs_bmbt_get_minrecs()
653 cur->bc_private.b.whichfork); in xfs_bmbt_get_maxrecs()
774 int whichfork = cur->bc_private.b.whichfork; in xfs_bmbt_trace_enter() local
777 (void *)((__psint_t)type | (whichfork << 8) | (line << 16)), in xfs_bmbt_trace_enter()
783 (void *)((__psint_t)type | (whichfork << 8) | (line << 16)), in xfs_bmbt_trace_enter()
874 int whichfork) /* data or attr fork */ in xfs_bmbt_init_cursor() argument
876 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_bmbt_init_cursor()
890 cur->bc_private.b.forksize = XFS_IFORK_SIZE(ip, whichfork); in xfs_bmbt_init_cursor()
896 cur->bc_private.b.whichfork = whichfork; in xfs_bmbt_init_cursor()
Dxfs_da_btree.c111 xfs_dabuf_t **bpp, int whichfork) in xfs_da_node_create() argument
119 error = xfs_da_get_buf(tp, args->dp, blkno, -1, &bp, whichfork); in xfs_da_node_create()
322 error = xfs_da_get_buf(tp, dp, blkno, -1, &bp, args->whichfork); in xfs_da_root_split()
347 (args->whichfork == XFS_DATA_FORK) ? mp->m_dirleafblk : 0, in xfs_da_root_split()
348 be16_to_cpu(node->hdr.level) + 1, &bp, args->whichfork); in xfs_da_root_split()
396 useextra = state->extravalid && state->args->whichfork == XFS_ATTR_FORK; in xfs_da_node_split()
411 &newblk->bp, state->args->whichfork); in xfs_da_node_split()
590 if (state->args->whichfork == XFS_DATA_FORK) in xfs_da_node_add()
740 args->whichfork); in xfs_da_root_join()
835 blkno, -1, &bp, state->args->whichfork); in xfs_da_node_toosmall()
[all …]
Dxfs_dir2.c226 args.whichfork = XFS_DATA_FORK; in xfs_dir_createname()
296 args.whichfork = XFS_DATA_FORK; in xfs_dir_lookup()
355 args.whichfork = XFS_DATA_FORK; in xfs_dir_removename()
438 args.whichfork = XFS_DATA_FORK; in xfs_dir_replace()
481 args.whichfork = XFS_DATA_FORK; in xfs_dir_canenter()
Dxfs_btree.c434 ifp = XFS_IFORK_PTR(cur->bc_private.b.ip, cur->bc_private.b.whichfork); in xfs_btree_get_iroot()
1188 xfs_ilog_fbroot(cur->bc_private.b.whichfork)); in xfs_btree_log_keys()
1236 xfs_ilog_fbroot(cur->bc_private.b.whichfork)); in xfs_btree_log_ptrs()
1281 xfs_ilog_fbroot(cur->bc_private.b.whichfork)); in xfs_btree_log_block()
2444 cur->bc_private.b.whichfork); in xfs_btree_new_iroot()
2457 XFS_ILOG_CORE | xfs_ilog_fbroot(cur->bc_private.b.whichfork); in xfs_btree_new_iroot()
2617 xfs_iroot_realloc(ip, 1, cur->bc_private.b.whichfork); in xfs_btree_make_block_unfull()
2958 int whichfork = cur->bc_private.b.whichfork; in xfs_btree_kill_iroot() local
2960 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_btree_kill_iroot()
3019 cur->bc_private.b.whichfork); in xfs_btree_kill_iroot()
[all …]
Dxfs_btree.h267 char whichfork; /* data or attr fork */ member
Dxfs_attr.c148 args.whichfork = XFS_ATTR_FORK; in xfs_attr_fetch()
280 args.whichfork = XFS_ATTR_FORK; in xfs_attr_set_int()
499 args.whichfork = XFS_ATTR_FORK; in xfs_attr_remove_int()
Dxfs_attr_leaf.c508 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_shortform_to_leaf()
816 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_leaf_to_shortform()
2396 args.whichfork = XFS_ATTR_FORK; in xfs_attr_leaf_list_int()