/linux-3.3/fs/jfs/ |
D | jfs_dmap.c | 332 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree() 419 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap() 695 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() 888 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact() 974 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc() 1021 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend() 1123 int nblocks) in dbAllocNext() 1256 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear() 1365 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() 1566 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny() [all …]
|
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
|
/linux-3.3/include/linux/ |
D | ext3_jbd.h | 160 static inline handle_t *ext3_journal_start(struct inode *inode, int nblocks) in ext3_journal_start() 173 static inline int ext3_journal_extend(handle_t *handle, int nblocks) in ext3_journal_extend() 178 static inline int ext3_journal_restart(handle_t *handle, int nblocks) in ext3_journal_restart()
|
D | reiserfs_xattr.h | 103 size_t nblocks = JOURNAL_BLOCKS_PER_OBJECT(inode->i_sb); in reiserfs_xattr_jcreate_nblocks() local
|
/linux-3.3/fs/jbd2/ |
D | transaction.c | 124 int nblocks = handle->h_buffer_credits; in start_this_handle() local 294 static handle_t *new_handle(int nblocks) in new_handle() 324 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, gfp_t gfp_mask) in jbd2__journal_start() 355 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start() 382 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend() 447 int jbd2__journal_restart(handle_t *handle, int nblocks, gfp_t gfp_mask) in jbd2__journal_restart() 489 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
|
D | checkpoint.c | 124 int nblocks, space_left; in __jbd2_log_wait_for_space() local
|
/linux-3.3/fs/ext4/ |
D | ext4_jbd2.h | 200 static inline handle_t *ext4_journal_start(struct inode *inode, int nblocks) in ext4_journal_start() 213 static inline int ext4_journal_extend(handle_t *handle, int nblocks) in ext4_journal_extend() 220 static inline int ext4_journal_restart(handle_t *handle, int nblocks) in ext4_journal_restart()
|
/linux-3.3/fs/jbd/ |
D | transaction.c | 89 int nblocks = handle->h_buffer_credits; in start_this_handle() local 243 static handle_t *new_handle(int nblocks) in new_handle() 272 handle_t *journal_start(journal_t *journal, int nblocks) in journal_start() 321 int journal_extend(handle_t *handle, int nblocks) in journal_extend() 387 int journal_restart(handle_t *handle, int nblocks) in journal_restart()
|
D | checkpoint.c | 124 int nblocks, space_left; in __log_wait_for_space() local
|
/linux-3.3/init/ |
D | do_mounts_rd.c | 61 int nblocks = -1; in identify_ramdisk_image() local 177 int nblocks, i, disk; in rd_load_image() local
|
/linux-3.3/fs/freevxfs/ |
D | vxfs_lookup.c | 116 u_long npages, page, nblocks, pblocks, block; in vxfs_find_entry() local 243 u_long page, npages, block, pblocks, nblocks, offset; in vxfs_readdir() local
|
/linux-3.3/include/sound/ |
D | util_mem.h | 42 int nblocks; /* # of allocated blocks */ member
|
/linux-3.3/block/partitions/ |
D | sysv68.c | 44 __be32 nblocks; /* slice size (in blocks) */ member
|
/linux-3.3/fs/reiserfs/ |
D | journal.c | 2979 struct super_block *sb, unsigned long nblocks, in do_journal_begin_r() 3096 int nblocks) in reiserfs_persistent_transaction() 3140 struct super_block *sb, unsigned long nblocks) in journal_join() 3153 struct super_block *sb, unsigned long nblocks) in journal_join_abort() 3166 struct super_block *sb, unsigned long nblocks) in journal_begin() 3324 struct super_block *sb, unsigned long nblocks) in journal_end() 3456 struct super_block *sb, unsigned long nblocks) in journal_end_sync() 3545 struct super_block *sb, unsigned long nblocks, in check_journal_end() 3906 struct super_block *sb, unsigned long nblocks, in do_journal_end()
|
D | xattr_acl.c | 397 int nblocks = 0; in reiserfs_cache_default_acl() local
|
/linux-3.3/fs/nilfs2/ |
D | the_nilfs.c | 647 sector_t start = 0, nblocks = 0; in nilfs_discard_segments() local 680 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 820 unsigned long nblocks; in nilfs_search_super_root() local
|
D | segbuf.h | 47 unsigned long nblocks; member
|
/linux-3.3/kernel/ |
D | groups.c | 17 int nblocks; in groups_alloc() local
|
/linux-3.3/drivers/s390/char/ |
D | tape_char.c | 198 int nblocks; in tapechar_write() local
|
/linux-3.3/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 650 int nblocks, nbytes; in gss_krb5_aes_encrypt() local 772 int nblocks, blocksize, cbcbytes; in gss_krb5_aes_decrypt() local
|
/linux-3.3/drivers/mtd/ |
D | ftl.c | 789 u_long sector, u_long nblocks) in ftl_read() 903 u_long sector, u_long nblocks) in ftl_write()
|
/linux-3.3/crypto/ |
D | tgr192.c | 41 u32 nblocks; member
|
D | xts.c | 176 unsigned int nblocks; in xts_crypt() local
|