Searched refs:xfs_filblks_t (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap_btree.h87 static inline xfs_filblks_t startblockval(xfs_fsblock_t x)
89 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK);
123 xfs_filblks_t br_blockcount; /* number of blocks */
210 extern xfs_filblks_t xfs_bmbt_get_blockcount(xfs_bmbt_rec_host_t *r);
215 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(xfs_bmbt_rec_t *r);
220 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
221 extern void xfs_bmbt_set_blockcount(xfs_bmbt_rec_host_t *r, xfs_filblks_t v);
227 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
H A Dxfs_bmap.h189 xfs_filblks_t len, /* length of extent */
287 xfs_filblks_t len, /* length to map in file */
322 xfs_filblks_t len, /* length to unmap in file */
H A Dxfs_iomap.c119 (xfs_filblks_t)(end_fsb - offset_fsb),
251 xfs_filblks_t count_fsb, resaligned;
405 xfs_filblks_t count_fsb;
495 (xfs_filblks_t)(last_fsb - offset_fsb),
554 xfs_filblks_t count_fsb;
712 xfs_filblks_t count_fsb;
713 xfs_filblks_t numblks_fsb;
727 count_fsb = (xfs_filblks_t)(count_fsb - offset_fsb);
H A Dxfs_types.h106 typedef __uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef
H A Dxfs_bmap_btree.c48 xfs_filblks_t blks,
125 s->br_blockcount = (xfs_filblks_t)(l1 & xfs_mask64lo(21));
146 xfs_filblks_t
150 return (xfs_filblks_t)(r->l1 & xfs_mask64lo(21));
202 xfs_filblks_t
206 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21));
229 xfs_filblks_t blockcount,
287 xfs_filblks_t blockcount,
347 xfs_filblks_t v)
H A Dxfs_btree.h460 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b))
461 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b))
H A Dxfs_bmap.c117 xfs_filblks_t *dnew, /* new delayed-alloc indirect blocks */
271 STATIC xfs_filblks_t
274 xfs_filblks_t len); /* delayed extent length */
284 xfs_filblks_t len,
325 xfs_filblks_t len,
339 xfs_filblks_t len,
358 xfs_filblks_t len,
487 xfs_filblks_t da_new; /* new count del alloc blocks used */
488 xfs_filblks_t da_old; /* old count del alloc blocks used */
610 xfs_filblks_t nblk
[all...]
H A Dxfs_vnodeops.c577 xfs_filblks_t map_len;
1943 xfs_filblks_t fs_blocks;
2234 xfs_filblks_t allocated_fsb;
2235 xfs_filblks_t allocatesize_fsb;
H A Dxfs_inode.c1443 xfs_filblks_t unmap_len=0;
3752 xfs_filblks_t blockcount = 0; /* number of blocks in extent */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm.h67 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1
112 xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
H A Dxfs_qm.c1398 xfs_filblks_t blkcnt,
1456 xfs_filblks_t maxlblkcnt;
1459 xfs_filblks_t rablkcnt;
1590 xfs_filblks_t rtblks; /* total rt blks */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h194 __field(xfs_filblks_t, blockcount)
233 __field(xfs_filblks_t, blockcount)
953 __field(xfs_filblks_t, blockcount)
1116 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len,
1124 __field(xfs_filblks_t, len)

Completed in 89 milliseconds