Searched refs:xfs_extnum_t (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/ |
D | xfs_inode.h | 52 xfs_extnum_t er_extoff; /* extent offset in file */ 53 xfs_extnum_t er_extcount; /* number of extents in page/block */ 145 xfs_extnum_t di_nextents; /* number of extents in data fork */ 593 xfs_bmbt_rec_host_t *xfs_iext_get_ext(xfs_ifork_t *, xfs_extnum_t); 594 void xfs_iext_insert(xfs_inode_t *, xfs_extnum_t, xfs_extnum_t, 596 void xfs_iext_add(xfs_ifork_t *, xfs_extnum_t, int); 597 void xfs_iext_add_indirect_multi(xfs_ifork_t *, int, xfs_extnum_t, int); 598 void xfs_iext_remove(xfs_inode_t *, xfs_extnum_t, int, int); 599 void xfs_iext_remove_inline(xfs_ifork_t *, xfs_extnum_t, int); 600 void xfs_iext_remove_direct(xfs_ifork_t *, xfs_extnum_t, int); [all …]
|
D | xfs_bmap.h | 126 xfs_extnum_t idx; /* current extent index */ 166 void xfs_bmap_trace_exlist(struct xfs_inode *ip, xfs_extnum_t cnt, 201 xfs_extnum_t nexts, xfs_fsblock_t *firstblock, 203 int xfs_check_nostate_extents(struct xfs_ifork *ifp, xfs_extnum_t idx, 204 xfs_extnum_t num);
|
D | xfs_types.h | 62 typedef __int32_t xfs_extnum_t; /* # of extents in a file */ typedef 120 #define NULLEXTNUM ((xfs_extnum_t)-1) 131 #define MAXEXTNUM ((xfs_extnum_t)0x7fffffff) /* signed int */
|
D | xfs_inode.c | 1165 xfs_extnum_t nextents; in xfs_iread_extents() 3005 xfs_extnum_t idx) /* index of target extent */ in xfs_iext_get_ext() 3015 xfs_extnum_t page_idx = idx; /* ext index in target list */ in xfs_iext_get_ext() 3033 xfs_extnum_t idx, /* starting index of new items */ in xfs_iext_insert() 3034 xfs_extnum_t count, /* number of inserted items */ in xfs_iext_insert() 3039 xfs_extnum_t i; /* extent record index */ in xfs_iext_insert() 3064 xfs_extnum_t idx, /* index to begin adding exts */ in xfs_iext_add() 3069 xfs_extnum_t nextents; /* number of extents in file */ in xfs_iext_add() 3178 xfs_extnum_t idx, /* index within target list */ in xfs_iext_add_indirect_multi() 3183 xfs_extnum_t ext_diff; /* number of extents to add */ in xfs_iext_add_indirect_multi() [all …]
|
D | xfs_bmap.c | 275 xfs_extnum_t idx, in xfs_bmap_count_leaves() 550 xfs_extnum_t i=0, j; /* index into the extents list */ in xfs_bmap_check_leaf_extents() 629 xfs_extnum_t num_recs; in xfs_bmap_check_leaf_extents() 708 xfs_extnum_t cnt, /* count of entries in the list */ in xfs_bmap_trace_exlist() 712 xfs_extnum_t idx; /* extent record index */ in xfs_bmap_trace_exlist() 1033 xfs_extnum_t i, cnt; /* extent record index */ in xfs_bmap_extents_to_btree() 1037 xfs_extnum_t nextents; /* number of file extents */ in xfs_bmap_extents_to_btree() 1545 xfs_extnum_t i, j; /* index into the extents list */ in xfs_bmap_read_extents() 1551 xfs_extnum_t room; /* number of entries there's room for */ in xfs_bmap_read_extents() 1600 xfs_extnum_t num_recs; in xfs_bmap_read_extents() [all …]
|
D | xfs_bmap_btree.c | 468 xfs_extnum_t idx, in xfs_check_nostate_extents() 469 xfs_extnum_t num) in xfs_check_nostate_extents()
|
D | xfs_trace.h | 191 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, 197 __field(xfs_extnum_t, idx) 230 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, int state, 236 __field(xfs_extnum_t, idx) 275 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, int state, \
|
D | xfs_qm.c | 1112 xfs_extnum_t idx; /* extent record index */ in xfs_qm_get_rtblks() 1114 xfs_extnum_t nextents; /* number of extent entries */ in xfs_qm_get_rtblks()
|