Searched refs:xfs_extnum_t (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/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 */ 70 xfs_extnum_t if_lastex; /* last if_extents used */ 147 xfs_extnum_t di_nextents; /* number of extents in data fork */ 547 xfs_bmbt_rec_host_t *xfs_iext_get_ext(xfs_ifork_t *, xfs_extnum_t); 548 void xfs_iext_insert(xfs_inode_t *, xfs_extnum_t, xfs_extnum_t, 550 void xfs_iext_add(xfs_ifork_t *, xfs_extnum_t, int); 551 void xfs_iext_add_indirect_multi(xfs_ifork_t *, int, xfs_extnum_t, int); 552 void xfs_iext_remove(xfs_inode_t *, xfs_extnum_t, int, int); 553 void xfs_iext_remove_inline(xfs_ifork_t *, xfs_extnum_t, int); [all …]
|
D | xfs_types.h | 62 typedef __int32_t xfs_extnum_t; /* # of extents in a file */ typedef 121 #define NULLEXTNUM ((xfs_extnum_t)-1) 129 #define MAXEXTNUM ((xfs_extnum_t)0x7fffffff) /* signed int */
|
D | xfs_bmap.h | 166 xfs_extnum_t cnt, /* count of entries in list */ 327 xfs_extnum_t nexts, /* number of extents max */ 340 xfs_extnum_t idx, 341 xfs_extnum_t num);
|
D | xfs_inode.c | 910 xfs_extnum_t nextents; in xfs_iread_extents() 3112 xfs_extnum_t idx) /* index of target extent */ in xfs_iext_get_ext() 3120 xfs_extnum_t page_idx = idx; /* ext index in target list */ in xfs_iext_get_ext() 3138 xfs_extnum_t idx, /* starting index of new items */ in xfs_iext_insert() 3139 xfs_extnum_t count, /* number of inserted items */ in xfs_iext_insert() 3144 xfs_extnum_t i; /* extent record index */ in xfs_iext_insert() 3169 xfs_extnum_t idx, /* index to begin adding exts */ in xfs_iext_add() 3174 xfs_extnum_t nextents; /* number of extents in file */ in xfs_iext_add() 3284 xfs_extnum_t idx, /* index within target list */ in xfs_iext_add_indirect_multi() 3289 xfs_extnum_t ext_diff; /* number of extents to add */ in xfs_iext_add_indirect_multi() [all …]
|
D | xfs_bmap.c | 98 xfs_extnum_t idx, /* extent number to update/insert */ 114 xfs_extnum_t idx, /* extent number to update/insert */ 130 xfs_extnum_t idx, /* extent number to update/insert */ 142 xfs_extnum_t idx, /* extent number to update/insert */ 155 xfs_extnum_t idx, /* extent number to update/insert */ 190 xfs_extnum_t idx, /* extent number to update/insert */ 250 xfs_extnum_t *lastxp, /* out: last extent index */ 305 xfs_extnum_t idx, 477 xfs_extnum_t idx, /* extent number to update/insert */ in xfs_bmap_add_extent() 492 xfs_extnum_t nextents; /* number of extents in file now */ in xfs_bmap_add_extent() [all …]
|
D | xfs_bmap_btree.c | 455 xfs_extnum_t idx, in xfs_check_nostate_extents() 456 xfs_extnum_t num) in xfs_check_nostate_extents()
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_trace.h | 185 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, 191 __field(xfs_extnum_t, idx) 224 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, int state, 230 __field(xfs_extnum_t, idx) 269 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, int state, \
|
/linux-2.6.39/fs/xfs/quota/ |
D | xfs_qm.c | 1516 xfs_extnum_t idx; /* extent record index */ in xfs_qm_get_rtblks() 1518 xfs_extnum_t nextents; /* number of extent entries */ in xfs_qm_get_rtblks()
|