Searched refs:xfs_extnum_t (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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 | 428 xfs_extnum_t nextents; in xfs_iread_extents() 884 xfs_extnum_t idx) /* index of target extent */ in xfs_iext_get_ext() 894 xfs_extnum_t page_idx = idx; /* ext index in target list */ in xfs_iext_get_ext() 912 xfs_extnum_t idx, /* starting index of new items */ in xfs_iext_insert() 913 xfs_extnum_t count, /* number of inserted items */ in xfs_iext_insert() 918 xfs_extnum_t i; /* extent record index */ in xfs_iext_insert() 943 xfs_extnum_t idx, /* index to begin adding exts */ in xfs_iext_add() 948 xfs_extnum_t nextents; /* number of extents in file */ in xfs_iext_add() 1056 xfs_extnum_t idx, /* index within target list */ in xfs_iext_add_indirect_multi() 1061 xfs_extnum_t ext_diff; /* number of extents to add */ in xfs_iext_add_indirect_multi() [all …]
|
D | xfs_bmap.h | 46 xfs_extnum_t idx; /* current extent index */ 184 void xfs_bmap_trace_exlist(struct xfs_inode *ip, xfs_extnum_t cnt, 222 xfs_extnum_t nexts, xfs_fsblock_t *firstblock, 224 int xfs_check_nostate_extents(struct xfs_ifork *ifp, xfs_extnum_t idx, 225 xfs_extnum_t num);
|
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.c | 341 xfs_extnum_t i=0, j; /* index into the extents list */ in xfs_bmap_check_leaf_extents() 418 xfs_extnum_t num_recs; in xfs_bmap_check_leaf_extents() 497 xfs_extnum_t cnt, /* count of entries in the list */ in xfs_bmap_trace_exlist() 501 xfs_extnum_t idx; /* extent record index */ in xfs_bmap_trace_exlist() 736 xfs_extnum_t i, cnt; /* extent record index */ in xfs_bmap_extents_to_btree() 740 xfs_extnum_t nextents; /* number of file extents */ in xfs_bmap_extents_to_btree() 1253 xfs_extnum_t i, j; /* index into the extents list */ in xfs_bmap_read_extents() 1259 xfs_extnum_t room; /* number of entries there's room for */ in xfs_bmap_read_extents() 1306 xfs_extnum_t num_recs; in xfs_bmap_read_extents() 1307 xfs_extnum_t start; in xfs_bmap_read_extents() [all …]
|
D | xfs_bmap_btree.c | 384 xfs_extnum_t idx, in xfs_check_nostate_extents() 385 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 */
|
/linux-4.4.14/fs/xfs/ |
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 | 1098 xfs_extnum_t idx; /* extent record index */ in xfs_qm_get_rtblks() 1100 xfs_extnum_t nextents; /* number of extent entries */ in xfs_qm_get_rtblks()
|
D | xfs_bmap_util.c | 307 xfs_extnum_t idx, in xfs_bmap_count_leaves() 479 xfs_extnum_t lastx; /* last extent pointer */ in xfs_getbmapx_fix_eof_hole()
|