Searched refs:xfs_extnum_t (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 45 xfs_extnum_t er_extoff; /* extent offset in file */ 46 xfs_extnum_t er_extcount; /* number of extents in page/block */ 139 xfs_iext_get_ext(struct xfs_ifork *, xfs_extnum_t); 140 void xfs_iext_insert(struct xfs_inode *, xfs_extnum_t, xfs_extnum_t, 142 void xfs_iext_add(struct xfs_ifork *, xfs_extnum_t, int); 144 xfs_extnum_t, int); 145 void xfs_iext_remove(struct xfs_inode *, xfs_extnum_t, int, int); 146 void xfs_iext_remove_inline(struct xfs_ifork *, xfs_extnum_t, int); 147 void xfs_iext_remove_direct(struct xfs_ifork *, xfs_extnum_t, int); 148 void xfs_iext_remove_indirect(struct xfs_ifork *, xfs_extnum_t, int); [all …]
|
D | xfs_inode_fork.c | 432 xfs_extnum_t nextents; in xfs_iread_extents() 888 xfs_extnum_t idx) /* index of target extent */ in xfs_iext_get_ext() 898 xfs_extnum_t page_idx = idx; /* ext index in target list */ in xfs_iext_get_ext() 916 xfs_extnum_t idx, /* starting index of new items */ in xfs_iext_insert() 917 xfs_extnum_t count, /* number of inserted items */ in xfs_iext_insert() 922 xfs_extnum_t i; /* extent record index */ in xfs_iext_insert() 947 xfs_extnum_t idx, /* index to begin adding exts */ in xfs_iext_add() 952 xfs_extnum_t nextents; /* number of extents in file */ in xfs_iext_add() 1060 xfs_extnum_t idx, /* index within target list */ in xfs_iext_add_indirect_multi() 1065 xfs_extnum_t ext_diff; /* number of extents to add */ in xfs_iext_add_indirect_multi() [all …]
|
D | xfs_bmap.h | 139 void xfs_bmap_trace_exlist(struct xfs_inode *ip, xfs_extnum_t cnt, 175 xfs_extnum_t nexts, xfs_fsblock_t *firstblock, 177 int xfs_check_nostate_extents(struct xfs_ifork *ifp, xfs_extnum_t idx, 178 xfs_extnum_t num);
|
D | xfs_bmap.c | 368 xfs_extnum_t i=0, j; /* index into the extents list */ in xfs_bmap_check_leaf_extents() 447 xfs_extnum_t num_recs; in xfs_bmap_check_leaf_extents() 526 xfs_extnum_t cnt, /* count of entries in the list */ in xfs_bmap_trace_exlist() 530 xfs_extnum_t idx; /* extent record index */ in xfs_bmap_trace_exlist() 765 xfs_extnum_t i, cnt; /* extent record index */ in xfs_bmap_extents_to_btree() 769 xfs_extnum_t nextents; /* number of file extents */ in xfs_bmap_extents_to_btree() 1285 xfs_extnum_t i, j; /* index into the extents list */ in xfs_bmap_read_extents() 1291 xfs_extnum_t room; /* number of entries there's room for */ in xfs_bmap_read_extents() 1340 xfs_extnum_t num_recs; in xfs_bmap_read_extents() 1341 xfs_extnum_t start; in xfs_bmap_read_extents() [all …]
|
D | xfs_bmap_btree.c | 386 xfs_extnum_t idx, in xfs_check_nostate_extents() 387 xfs_extnum_t num) in xfs_check_nostate_extents()
|
D | xfs_log_format.h | 385 xfs_extnum_t di_nextents; /* number of extents in data fork */
|
/fs/xfs/ |
D | xfs_types.h | 27 typedef __int32_t xfs_extnum_t; /* # of extents in a file */ typedef 60 #define NULLEXTNUM ((xfs_extnum_t)-1) 71 #define MAXEXTNUM ((xfs_extnum_t)0x7fffffff) /* signed int */
|
D | xfs_bmap_util.h | 46 xfs_extnum_t idx; /* current extent index */
|
D | xfs_bmap_util.c | 284 xfs_extnum_t idx, in xfs_bmap_count_leaves() 456 xfs_extnum_t lastx; /* last extent pointer */ in xfs_getbmapx_fix_eof_hole() 1625 xfs_extnum_t nextents; in xfs_swap_extents()
|
D | xfs_trace.h | 216 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, 222 __field(xfs_extnum_t, idx) 255 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, int state, 261 __field(xfs_extnum_t, idx) 300 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, int state, \
|
D | xfs_qm.c | 1102 xfs_extnum_t idx; /* extent record index */ in xfs_qm_get_rtblks() 1104 xfs_extnum_t nextents; /* number of extent entries */ in xfs_qm_get_rtblks()
|