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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap.h164 int whichfork,
208 int whichfork); /* data or attr fork */
221 int whichfork); /* data or attr fork */
234 int whichfork); /* data or attr fork */
246 int whichfork); /* data or attr fork */
256 int whichfork); /* data or attr fork */
267 int whichfork); /* data or attr fork */
307 int whichfork, /* data or attr fork */
381 int whichfork,
391 int whichfork,
[all...]
H A Dxfs_bmap.c59 xfs_bmap_check_leaf_extents(xfs_btree_cur_t *cur, xfs_inode_t *ip, int whichfork);
104 int whichfork, /* data or attr fork */
146 int whichfork); /* data or attr fork */
180 int whichfork); /* data or attr fork */
195 int whichfork, /* data or attr fork */
221 int whichfork); /* data or attr fork */
235 int whichfork); /* data or attr fork */
248 int whichfork, /* data or attr fork */
264 int whichfork, /* data or attribute fork */
461 dargs.whichfork
475 xfs_bmap_add_extent( xfs_inode_t *ip, xfs_extnum_t idx, xfs_btree_cur_t **curp, xfs_bmbt_irec_t *new, xfs_fsblock_t *first, xfs_bmap_free_t *flist, int *logflagsp, int whichfork, int rsvd) argument
1784 xfs_bmap_add_extent_hole_real( xfs_inode_t *ip, xfs_extnum_t idx, xfs_btree_cur_t *cur, xfs_bmbt_irec_t *new, int *logflagsp, int whichfork) argument
2747 xfs_bmap_btree_to_extents( xfs_trans_t *tp, xfs_inode_t *ip, xfs_btree_cur_t *cur, int *logflagsp, int whichfork) argument
2804 xfs_bmap_del_extent( xfs_inode_t *ip, xfs_trans_t *tp, xfs_extnum_t idx, xfs_bmap_free_t *flist, xfs_btree_cur_t *cur, xfs_bmbt_irec_t *del, int *logflagsp, int whichfork, int rsvd) argument
3145 xfs_bmap_extents_to_btree( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fsblock_t *firstblock, xfs_bmap_free_t *flist, xfs_btree_cur_t **curp, int wasdel, int *logflagsp, int whichfork) argument
3308 xfs_bmap_forkoff_reset( xfs_mount_t *mp, xfs_inode_t *ip, int whichfork) argument
3336 xfs_bmap_local_to_extents( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fsblock_t *firstblock, xfs_extlen_t total, int *logflagsp, int whichfork) argument
3742 xfs_bmap_compute_maxlevels( xfs_mount_t *mp, int whichfork) argument
3909 xfs_bmap_first_unused( xfs_trans_t *tp, xfs_inode_t *ip, xfs_extlen_t len, xfs_fileoff_t *first_unused, int whichfork) argument
3962 xfs_bmap_last_before( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fileoff_t *last_block, int whichfork) argument
4010 xfs_bmap_last_offset( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fileoff_t *last_block, int whichfork) argument
4049 xfs_bmap_one_block( xfs_inode_t *ip, int whichfork) argument
4102 xfs_bmap_read_extents( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork) argument
4240 xfs_bmap_trace_exlist( xfs_inode_t *ip, xfs_extnum_t cnt, int whichfork, unsigned long caller_ip) argument
4353 int whichfork; /* data or attr fork */ local
4901 xfs_bmapi_single( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork, xfs_fsblock_t *fsb, xfs_fileoff_t bno) argument
4983 int whichfork; /* data or attribute fork */ local
5391 int whichfork; /* data or attr fork */ local
5586 xfs_bmap_isaeof( xfs_inode_t *ip, xfs_fileoff_t off, int whichfork, char *aeof) argument
5629 xfs_bmap_eof( xfs_inode_t *ip, xfs_fileoff_t endoff, int whichfork, int *eof) argument
5747 xfs_bmap_check_leaf_extents( xfs_btree_cur_t *cur, xfs_inode_t *ip, int whichfork) argument
5911 xfs_bmap_count_blocks( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork, int *count) argument
[all...]
H A Dxfs_da_btree.h106 int whichfork; /* data or attribute fork */ member in struct:xfs_da_args
225 xfs_dabuf_t **bpp, int whichfork);
253 xfs_dabuf_t **bp, int whichfork);
256 xfs_dabuf_t **bpp, int whichfork);
258 xfs_dablk_t bno, int whichfork);
H A Dxfs_inode.c479 int whichfork,
490 if (unlikely(size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) {
495 XFS_DFORK_SIZE(dip, ip->i_mount, whichfork));
500 ifp = XFS_IFORK_PTR(ip, whichfork);
513 memcpy(ifp->if_u1.if_data, XFS_DFORK_PTR(dip, whichfork), size);
532 int whichfork)
540 ifp = XFS_IFORK_PTR(ip, whichfork);
541 nex = XFS_DFORK_NEXTENTS(dip, whichfork);
549 if (unlikely(size < 0 || size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) {
568 dp = (xfs_bmbt_rec_t *) XFS_DFORK_PTR(dip, whichfork);
476 xfs_iformat_local( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork, int size) argument
529 xfs_iformat_extents( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork) argument
599 xfs_iformat_btree( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork) argument
913 xfs_iread_extents( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork) argument
2166 xfs_iroot_realloc( xfs_inode_t *ip, int rec_diff, int whichfork) argument
2292 xfs_idata_realloc( xfs_inode_t *ip, int byte_diff, int whichfork) argument
2369 xfs_idestroy_fork( xfs_inode_t *ip, int whichfork) argument
2451 xfs_iextents_copy( xfs_inode_t *ip, xfs_bmbt_rec_t *dp, int whichfork) argument
2511 xfs_iflush_fork( xfs_inode_t *ip, xfs_dinode_t *dip, xfs_inode_log_item_t *iip, int whichfork, xfs_buf_t *bp) argument
[all...]
H A Dxfs_da_btree.c107 xfs_dabuf_t **bpp, int whichfork)
115 error = xfs_da_get_buf(tp, args->dp, blkno, -1, &bp, whichfork);
318 error = xfs_da_get_buf(tp, dp, blkno, -1, &bp, args->whichfork);
343 (args->whichfork == XFS_DATA_FORK) ? mp->m_dirleafblk : 0,
344 be16_to_cpu(node->hdr.level) + 1, &bp, args->whichfork);
392 useextra = state->extravalid && state->args->whichfork == XFS_ATTR_FORK;
407 &newblk->bp, state->args->whichfork);
584 if (state->args->whichfork == XFS_DATA_FORK)
734 args->whichfork);
829 blkno, -1, &bp, state->args->whichfork);
106 xfs_da_node_create(xfs_da_args_t *args, xfs_dablk_t blkno, int level, xfs_dabuf_t **bpp, int whichfork) argument
1926 xfs_da_do_buf( xfs_trans_t *trans, xfs_inode_t *dp, xfs_dablk_t bno, xfs_daddr_t *mappedbnop, xfs_dabuf_t **bpp, int whichfork, int caller, inst_t *ra) argument
2139 xfs_da_get_buf( xfs_trans_t *trans, xfs_inode_t *dp, xfs_dablk_t bno, xfs_daddr_t mappedbno, xfs_dabuf_t **bpp, int whichfork) argument
2155 xfs_da_read_buf( xfs_trans_t *trans, xfs_inode_t *dp, xfs_dablk_t bno, xfs_daddr_t mappedbno, xfs_dabuf_t **bpp, int whichfork) argument
2171 xfs_da_reada_buf( xfs_trans_t *trans, xfs_inode_t *dp, xfs_dablk_t bno, int whichfork) argument
[all...]
H A Dxfs_bmap_btree.c477 cur->bc_private.b.ip, cur->bc_private.b.whichfork);
619 cur->bc_private.b.whichfork);
637 cur->bc_private.b.whichfork);
758 int whichfork = cur->bc_private.b.whichfork; local
761 (void *)((__psint_t)type | (whichfork << 8) | (line << 16)),
862 int whichfork) /* data or attr fork */
864 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
878 cur->bc_private.b.forksize = XFS_IFORK_SIZE(ip, whichfork);
884 cur->bc_private.b.whichfork
858 xfs_bmbt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
[all...]
H A Dxfs_dir2.c222 args.whichfork = XFS_DATA_FORK;
292 args.whichfork = XFS_DATA_FORK;
351 args.whichfork = XFS_DATA_FORK;
434 args.whichfork = XFS_DATA_FORK;
477 args.whichfork = XFS_DATA_FORK;
H A Dxfs_btree.c430 ifp = XFS_IFORK_PTR(cur->bc_private.b.ip, cur->bc_private.b.whichfork);
1144 xfs_ilog_fbroot(cur->bc_private.b.whichfork));
1192 xfs_ilog_fbroot(cur->bc_private.b.whichfork));
1237 xfs_ilog_fbroot(cur->bc_private.b.whichfork));
2400 cur->bc_private.b.whichfork);
2413 XFS_ILOG_CORE | xfs_ilog_fbroot(cur->bc_private.b.whichfork);
2573 xfs_iroot_realloc(ip, 1, cur->bc_private.b.whichfork);
2914 int whichfork = cur->bc_private.b.whichfork; local
2916 struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork);
[all...]
H A Dxfs_btree.h267 char whichfork; /* data or attr fork */ member in struct:xfs_btree_cur::__anon17054::__anon17056
H A Dxfs_attr.c142 args.whichfork = XFS_ATTR_FORK;
279 args.whichfork = XFS_ATTR_FORK;
495 args.whichfork = XFS_ATTR_FORK;
H A Dxfs_attr_leaf.c515 nargs.whichfork = XFS_ATTR_FORK;
807 nargs.whichfork = XFS_ATTR_FORK;
2387 args.whichfork = XFS_ATTR_FORK;

Completed in 89 milliseconds