/fs/jfs/ |
D | jfs_dmap.c | 331 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree() 425 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap() 700 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() 893 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact() 979 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc() 1026 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend() 1126 int nblocks) in dbAllocNext() 1258 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear() 1366 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() 1564 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny() [all …]
|
D | jfs_discard.c | 45 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) in jfs_issue_discard()
|
D | resize.c | 74 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local
|
D | xattr.c | 222 int nblocks; in ea_write() local 371 int nblocks; in ea_read() local
|
D | jfs_extent.c | 509 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
|
D | jfs_dmap.h | 161 __le32 nblocks; /* 4: num blks covered by this dmap */ member
|
/fs/jbd2/ |
D | transaction.c | 393 static handle_t *new_handle(int nblocks) in new_handle() 426 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, in jbd2__journal_start() 475 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start() 560 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend() 635 int jbd2__journal_restart(handle_t *handle, int nblocks, gfp_t gfp_mask) in jbd2__journal_restart() 684 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
|
D | checkpoint.c | 113 int nblocks, space_left; in __jbd2_log_wait_for_space() local
|
/fs/ext4/ |
D | ext4_jbd2.h | 297 #define ext4_journal_start_sb(sb, type, nblocks) \ argument 300 #define ext4_journal_start(inode, type, nblocks) \ argument 334 static inline int ext4_journal_extend(handle_t *handle, int nblocks) in ext4_journal_extend() 341 static inline int ext4_journal_restart(handle_t *handle, int nblocks) in ext4_journal_restart()
|
D | ialloc.c | 725 unsigned int line_no, int nblocks) in __ext4_new_inode()
|
/fs/freevxfs/ |
D | vxfs_lookup.c | 109 u_long npages, page, nblocks, pblocks, block; in vxfs_find_entry() local 236 u_long page, npages, block, pblocks, nblocks, offset; in vxfs_readdir() local
|
/fs/reiserfs/ |
D | xattr.h | 73 size_t nblocks = JOURNAL_BLOCKS_PER_OBJECT(inode->i_sb); in reiserfs_xattr_jcreate_nblocks() local
|
D | xattr_acl.c | 366 int nblocks = 0; in reiserfs_cache_default_acl() local
|
D | journal.c | 3035 struct super_block *sb, unsigned long nblocks, in do_journal_begin_r() 3159 int nblocks) in reiserfs_persistent_transaction() 3232 struct super_block *sb, unsigned long nblocks) in journal_begin()
|
/fs/nilfs2/ |
D | the_nilfs.c | 664 sector_t start = 0, nblocks = 0; in nilfs_discard_segments() local 697 int nilfs_count_free_blocks(struct the_nilfs *nilfs, sector_t *nblocks) in nilfs_count_free_blocks()
|
D | recovery.c | 339 unsigned long nblocks, ndatablk, nnodeblk; in nilfs_scan_dsync_log() local 821 unsigned long nblocks; in nilfs_search_super_root() local
|
D | segbuf.h | 47 unsigned long nblocks; member
|
D | sufile.c | 529 unsigned long nblocks, time_t modtime) in nilfs_sufile_set_segment_usage() 1034 sector_t start = 0, nblocks = 0; in nilfs_sufile_trim_fs() local
|
/fs/minix/ |
D | itree_common.c | 356 static inline unsigned nblocks(loff_t size, struct super_block *sb) in nblocks() function
|
/fs/xfs/ |
D | xfs_mount.c | 168 __uint64_t nblocks) in xfs_sb_validate_fsb_count()
|
D | xfs_rtalloc.c | 775 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
|
/fs/ |
D | mpage.c | 194 unsigned nblocks; in do_mpage_readpage() local
|
D | direct-io.c | 843 unsigned nblocks; in clean_blockdev_aliases() local
|
/fs/btrfs/ |
D | file-item.c | 176 int nblocks; in __btrfs_lookup_bio_sums() local
|
/fs/isofs/ |
D | inode.c | 997 struct buffer_head **bh, unsigned long nblocks) in isofs_get_blocks()
|