Home
last modified time | relevance | path

Searched defs:nblocks (Results 1 – 25 of 34) sorted by relevance

12

/fs/jfs/
Djfs_dmap.c331 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 …]
Djfs_discard.c45 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) in jfs_issue_discard()
Dresize.c74 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local
Dxattr.c222 int nblocks; in ea_write() local
371 int nblocks; in ea_read() local
Djfs_extent.c509 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
Djfs_dmap.h161 __le32 nblocks; /* 4: num blks covered by this dmap */ member
/fs/jbd2/
Dtransaction.c393 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()
Dcheckpoint.c113 int nblocks, space_left; in __jbd2_log_wait_for_space() local
/fs/ext4/
Dext4_jbd2.h297 #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()
Dialloc.c725 unsigned int line_no, int nblocks) in __ext4_new_inode()
/fs/freevxfs/
Dvxfs_lookup.c109 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/
Dxattr.h73 size_t nblocks = JOURNAL_BLOCKS_PER_OBJECT(inode->i_sb); in reiserfs_xattr_jcreate_nblocks() local
Dxattr_acl.c366 int nblocks = 0; in reiserfs_cache_default_acl() local
Djournal.c3035 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/
Dthe_nilfs.c664 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()
Drecovery.c339 unsigned long nblocks, ndatablk, nnodeblk; in nilfs_scan_dsync_log() local
821 unsigned long nblocks; in nilfs_search_super_root() local
Dsegbuf.h47 unsigned long nblocks; member
Dsufile.c529 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/
Ditree_common.c356 static inline unsigned nblocks(loff_t size, struct super_block *sb) in nblocks() function
/fs/xfs/
Dxfs_mount.c168 __uint64_t nblocks) in xfs_sb_validate_fsb_count()
Dxfs_rtalloc.c775 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
/fs/
Dmpage.c194 unsigned nblocks; in do_mpage_readpage() local
Ddirect-io.c843 unsigned nblocks; in clean_blockdev_aliases() local
/fs/btrfs/
Dfile-item.c176 int nblocks; in __btrfs_lookup_bio_sums() local
/fs/isofs/
Dinode.c997 struct buffer_head **bh, unsigned long nblocks) in isofs_get_blocks()

12