| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_bmap.c | 59 xfs_bmap_check_leaf_extents(xfs_btree_cur_t *cur, xfs_inode_t *ip, int whichfork); 105 int whichfork, /* data or attr fork */ 151 int whichfork); /* data or attr fork */ 186 int whichfork); /* data or attr fork */ 196 int whichfork); /* data or attr fork */ 214 int whichfork, /* data or attr fork */ 240 int whichfork); /* data or attr fork */ 254 int whichfork); /* data or attr fork */ 267 int whichfork, /* data or attr fork */ 283 int whichfork, /* data or attribute fork */ [all …]
|
| D | xfs_bmap.h | 150 int whichfork); /* data or attr fork */ 191 int whichfork); /* data or attr fork */ 219 int whichfork); /* data or attr fork */ 232 int whichfork); /* data or attr fork */ 244 int whichfork); /* data or attr fork */ 254 int whichfork); /* data or attr fork */ 265 int whichfork); /* data or attr fork */ 307 int whichfork, /* data or attr fork */ 350 int whichfork, 360 int whichfork,
|
| D | xfs_da_btree.h | 121 int whichfork; /* data or attribute fork */ member 218 xfs_dabuf_t **bpp, int whichfork); 246 xfs_dabuf_t **bp, int whichfork); 249 xfs_dabuf_t **bpp, int whichfork); 251 xfs_dablk_t bno, int whichfork);
|
| D | xfs_inode.c | 543 int whichfork, in xfs_iformat_local() argument 554 if (unlikely(size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) { in xfs_iformat_local() 559 XFS_DFORK_SIZE(dip, ip->i_mount, whichfork)); in xfs_iformat_local() 564 ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iformat_local() 577 memcpy(ifp->if_u1.if_data, XFS_DFORK_PTR(dip, whichfork), size); in xfs_iformat_local() 596 int whichfork) in xfs_iformat_extents() argument 604 ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_iformat_extents() 605 nex = XFS_DFORK_NEXTENTS(dip, whichfork); in xfs_iformat_extents() 613 if (unlikely(size < 0 || size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) { in xfs_iformat_extents() 632 dp = (xfs_bmbt_rec_t *) XFS_DFORK_PTR(dip, whichfork); in xfs_iformat_extents() [all …]
|
| D | xfs_btree.c | 424 cur->bc_private.b.whichfork); in xfs_btree_dup_cursor() 503 int whichfork; /* data or attr fork */ in xfs_btree_get_block() local 506 whichfork = cur->bc_private.b.whichfork; in xfs_btree_get_block() 507 ifp = XFS_IFORK_PTR(cur->bc_private.b.ip, whichfork); in xfs_btree_get_block() 578 int whichfork) /* (B only) data or attr fork */ in xfs_btree_init_cursor() argument 601 ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_btree_init_cursor() 635 cur->bc_private.b.forksize = XFS_IFORK_SIZE(ip, whichfork); in xfs_btree_init_cursor() 641 cur->bc_private.b.whichfork = whichfork; in xfs_btree_init_cursor()
|
| D | xfs_da_btree.c | 114 xfs_dabuf_t **bpp, int whichfork) in xfs_da_node_create() argument 122 error = xfs_da_get_buf(tp, args->dp, blkno, -1, &bp, whichfork); in xfs_da_node_create() 356 error = xfs_da_get_buf(tp, dp, blkno, -1, &bp, args->whichfork); in xfs_da_root_split() 382 args->whichfork == XFS_DATA_FORK && in xfs_da_root_split() 384 be16_to_cpu(node->hdr.level) + 1, &bp, args->whichfork); in xfs_da_root_split() 433 state->args->whichfork == XFS_ATTR_FORK); in xfs_da_node_split() 448 &newblk->bp, state->args->whichfork); in xfs_da_node_split() 627 if (state->args->whichfork == XFS_DATA_FORK && XFS_DIR_IS_V2(mp)) in xfs_da_node_add() 787 args->whichfork); in xfs_da_root_join() 882 blkno, -1, &bp, state->args->whichfork); in xfs_da_node_toosmall() [all …]
|
| D | xfs_dir2.c | 206 args.whichfork = XFS_DATA_FORK; in xfs_dir2_createname() 257 args.whichfork = XFS_DATA_FORK; in xfs_dir2_lookup() 314 args.whichfork = XFS_DATA_FORK; in xfs_dir2_removename() 420 args.whichfork = XFS_DATA_FORK; in xfs_dir2_replace() 467 args.whichfork = XFS_DATA_FORK; in xfs_dir2_canenter()
|
| D | xfs_bmap_btree.c | 99 int whichfork; in xfs_bmbt_trace_enter() local 102 whichfork = cur->bc_private.b.whichfork; in xfs_bmbt_trace_enter() 104 (void *)((__psint_t)type | (whichfork << 8) | (line << 16)), in xfs_bmbt_trace_enter() 111 (void *)((__psint_t)type | (whichfork << 8) | (line << 16)), in xfs_bmbt_trace_enter() 424 cur->bc_private.b.whichfork); in xfs_bmbt_delrec() 799 cur->bc_private.b.whichfork); in xfs_bmbt_insrec() 977 ifp = XFS_IFORK_PTR(ip, cur->bc_private.b.whichfork); in xfs_bmbt_killroot() 982 xfs_iroot_realloc(ip, i, cur->bc_private.b.whichfork); in xfs_bmbt_killroot() 1010 XFS_ILOG_CORE | XFS_ILOG_FBROOT(cur->bc_private.b.whichfork)); in xfs_bmbt_killroot() 1050 XFS_ILOG_FBROOT(cur->bc_private.b.whichfork)); in xfs_bmbt_log_keys() [all …]
|
| D | xfs_btree.h | 169 char whichfork; /* data or attr fork */ member 326 int whichfork); /* (B only) data/attr fork */
|
| D | xfs_dir.c | 273 args.whichfork = XFS_DATA_FORK; in xfs_dir_createname() 332 args.whichfork = XFS_DATA_FORK; in xfs_dir_canenter() 378 args.whichfork = XFS_DATA_FORK; in xfs_dir_removename() 423 args.whichfork = XFS_DATA_FORK; in xfs_dir_lookup() 515 args.whichfork = XFS_DATA_FORK; in xfs_dir_replace()
|
| D | xfs_mount.h | 254 #define XFS_BMAP_EOF(mp, io, endoff, whichfork, eof) \ argument 256 ((io)->io_obj, endoff, whichfork, eof)
|
| D | xfsidbg.c | 231 static void xfs_xexlist_fork(xfs_inode_t *ip, int whichfork); 3294 int whichfork; in xfs_bmap_trace_entry() local 3299 whichfork = ((__psint_t)ktep->val[0]) >> 16; in xfs_bmap_trace_entry() 3306 "da"[whichfork]); in xfs_bmap_trace_entry() 3340 int whichfork; in xfs_bmbt_trace_entry() local 3345 whichfork = ((__psint_t)ktep->val[0] >> 8) & 0xff; in xfs_bmbt_trace_entry() 3352 "da"[whichfork], in xfs_bmbt_trace_entry() 4501 xfs_xexlist_fork(xfs_inode_t *ip, int whichfork) in xfs_xexlist_fork() argument 4507 ifp = XFS_IFORK_PTR(ip, whichfork); in xfs_xexlist_fork() 4511 ip, "da"[whichfork], xfs_iext_get_ext(ifp, 0), in xfs_xexlist_fork() [all …]
|
| D | xfs_bmap_btree.h | 181 (cur)->bc_private.b.whichfork)->if_broot_bytes)
|
| D | xfs_attr.c | 134 args.whichfork = XFS_ATTR_FORK; in xfs_attr_fetch() 233 args.whichfork = XFS_ATTR_FORK; in xfs_attr_set_int() 466 args.whichfork = XFS_ATTR_FORK; in xfs_attr_remove_int()
|
| D | xfs_dir_leaf.c | 361 args.whichfork = XFS_DATA_FORK; in xfs_dir_shortform_to_leaf() 680 args.whichfork = XFS_DATA_FORK; in xfs_dir_leaf_to_shortform()
|
| D | xfs_attr_leaf.c | 478 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_shortform_to_leaf() 799 nargs.whichfork = XFS_ATTR_FORK; in xfs_attr_leaf_to_shortform()
|