Searched defs:whichfork (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_btree.c503 int whichfork; /* data or attr fork */ local
570 xfs_btree_init_cursor( xfs_mount_t *mp, xfs_trans_t *tp, xfs_buf_t *agbp, xfs_agnumber_t agno, xfs_btnum_t btnum, xfs_inode_t *ip, int whichfork) argument
[all...]
H A Dxfs_btree.h169 char whichfork; /* data or attr fork */ member in struct:xfs_btree_cur::__anon9323::__anon9325
H A Dxfs_da_btree.h121 int whichfork; /* data or attribute fork */ member in struct:xfs_da_args
H A Dxfs_bmap_btree.c99 int whichfork; local
[all...]
H A Dxfs_da_btree.c113 xfs_da_node_create(xfs_da_args_t *args, xfs_dablk_t blkno, int level, xfs_dabuf_t **bpp, int whichfork) argument
2029 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
2247 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
2263 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
2279 xfs_da_reada_buf( xfs_trans_t *trans, xfs_inode_t *dp, xfs_dablk_t bno, int whichfork) argument
[all...]
H A Dxfs_inode.c540 xfs_iformat_local( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork, int size) argument
593 xfs_iformat_extents( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork) argument
666 xfs_iformat_btree( xfs_inode_t *ip, xfs_dinode_t *dip, int whichfork) argument
1012 xfs_iread_extents( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork) argument
2378 xfs_iroot_realloc( xfs_inode_t *ip, int rec_diff, int whichfork) argument
2508 xfs_idata_realloc( xfs_inode_t *ip, int byte_diff, int whichfork) argument
2624 xfs_idestroy_fork( xfs_inode_t *ip, int whichfork) argument
2826 xfs_iextents_copy( xfs_inode_t *ip, xfs_bmbt_rec_t *buffer, int whichfork) argument
2894 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_bmap.c533 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, xfs_extdelta_t *delta, int whichfork, int rsvd) argument
2045 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, xfs_extdelta_t *delta, int whichfork) argument
2989 xfs_bmap_btree_to_extents( xfs_trans_t *tp, xfs_inode_t *ip, xfs_btree_cur_t *cur, int *logflagsp, int whichfork) argument
3046 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, xfs_extdelta_t *delta, int whichfork, int rsvd) argument
3399 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
3536 xfs_bmap_forkoff_reset( xfs_mount_t *mp, xfs_inode_t *ip, int whichfork) argument
3560 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
3704 xfs_bmap_search_extents( xfs_inode_t *ip, xfs_fileoff_t bno, int whichfork, int *eofp, xfs_extnum_t *lastxp, xfs_bmbt_irec_t *gotp, xfs_bmbt_irec_t *prevp) argument
3744 xfs_bmap_trace_addentry( int opcode, char *fname, char *desc, xfs_inode_t *ip, xfs_extnum_t idx, xfs_extnum_t cnt, xfs_bmbt_rec_t *r1, xfs_bmbt_rec_t *r2, int whichfork) argument
3804 xfs_bmap_trace_delete( char *fname, char *desc, xfs_inode_t *ip, xfs_extnum_t idx, xfs_extnum_t cnt, int whichfork) argument
3826 xfs_bmap_trace_insert( char *fname, char *desc, xfs_inode_t *ip, xfs_extnum_t idx, xfs_extnum_t cnt, xfs_bmbt_irec_t *r1, xfs_bmbt_irec_t *r2, int whichfork) argument
3855 xfs_bmap_trace_post_update( char *fname, char *desc, xfs_inode_t *ip, xfs_extnum_t idx, int whichfork) argument
3873 xfs_bmap_trace_pre_update( char *fname, char *desc, xfs_inode_t *ip, xfs_extnum_t idx, int whichfork) argument
4147 xfs_bmap_compute_maxlevels( xfs_mount_t *mp, int whichfork) argument
4304 xfs_bmap_first_unused( xfs_trans_t *tp, xfs_inode_t *ip, xfs_extlen_t len, xfs_fileoff_t *first_unused, int whichfork) argument
4358 xfs_bmap_last_before( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fileoff_t *last_block, int whichfork) argument
4406 xfs_bmap_last_offset( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fileoff_t *last_block, int whichfork) argument
4445 xfs_bmap_one_block( xfs_inode_t *ip, int whichfork) argument
4479 xfs_bmap_read_extents( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork) argument
4624 xfs_bmap_trace_exlist( char *fname, xfs_inode_t *ip, xfs_extnum_t cnt, int whichfork) argument
4742 int whichfork; /* data or attr fork */ local
5313 xfs_bmapi_single( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork, xfs_fsblock_t *fsb, xfs_fileoff_t bno) argument
5397 int whichfork; /* data or attribute fork */ local
5782 int whichfork; /* data or attr fork */ local
5982 xfs_bmap_isaeof( xfs_inode_t *ip, xfs_fileoff_t off, int whichfork, char *aeof) argument
6025 xfs_bmap_eof( xfs_inode_t *ip, xfs_fileoff_t endoff, int whichfork, int *eof) argument
6213 xfs_bmap_check_leaf_extents( xfs_btree_cur_t *cur, xfs_inode_t *ip, int whichfork) argument
6377 xfs_bmap_count_blocks( xfs_trans_t *tp, xfs_inode_t *ip, int whichfork, int *count) argument
[all...]
H A Dxfsidbg.c3294 int whichfork; local
3340 int whichfork; local
4501 xfs_xexlist_fork(xfs_inode_t *ip, int whichfork) argument
[all...]

Completed in 112 milliseconds