Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.c37 #define DBALLOC(dbmap,mapsize,blkno,nblocks) \ argument
39 #define DBFREE(dbmap,mapsize,blkno,nblocks) \ argument
41 #define DBALLOCCK(dbmap,mapsize,blkno,nblocks) \ argument
43 #define DBFREECK(dbmap,mapsize,blkno,nblocks) \ argument
53 #define DBALLOC(dbmap, mapsize, blkno, nblocks) argument
54 #define DBFREE(dbmap, mapsize, blkno, nblocks) argument
55 #define DBALLOCCK(dbmap, mapsize, blkno, nblocks) argument
56 #define DBFREECK(dbmap, mapsize, blkno, nblocks) argument
373 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
463 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
[all …]
Dresize.c76 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local
Dxattr.c234 int nblocks; in ea_write() local
372 int nblocks; in ea_read() local
Djfs_extent.c515 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
Djfs_dmap.h161 s32 nblocks; /* 4: num blks covered by this dmap */ member
Djfs_xtree.c2411 int nsplit, nblocks, xlen; in xtAppend() local
/linux-2.4.37.9/fs/jbd/
Dtransaction.c95 int nblocks = handle->h_buffer_credits; in start_this_handle() local
215 static handle_t *new_handle(int nblocks) in new_handle()
242 handle_t *journal_start(journal_t *journal, int nblocks) in journal_start()
279 int nblocks = handle->h_buffer_credits; in try_start_this_handle() local
339 handle_t *journal_try_start(journal_t *journal, int nblocks) in journal_try_start()
399 int journal_extend (handle_t *handle, int nblocks) in journal_extend()
462 int journal_restart(handle_t *handle, int nblocks) in journal_restart()
Dcheckpoint.c80 void log_wait_for_space(journal_t *journal, int nblocks) in log_wait_for_space()
264 int log_do_checkpoint (journal_t *journal, int nblocks) in log_do_checkpoint()
/linux-2.4.37.9/include/linux/
Dext3_jbd.h197 static inline handle_t *ext3_journal_start(struct inode *inode, int nblocks) in ext3_journal_start()
218 ext3_journal_try_start(struct inode *inode, int nblocks) in ext3_journal_try_start()
263 static inline int ext3_journal_extend(handle_t *handle, int nblocks) in ext3_journal_extend()
268 static inline int ext3_journal_restart(handle_t *handle, int nblocks) in ext3_journal_restart()
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-ecc.c464 int nblocks, in set_parity()
552 static int compute_syndromes(unsigned long *data, int nblocks, unsigned long *s) in compute_syndromes()
592 static inline int correct_block(__u8 *data, int nblocks, in correct_block()
699 static int sanity_check(unsigned long *data, int nblocks) in sanity_check()
/linux-2.4.37.9/fs/freevxfs/
Dvxfs_lookup.c116 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-2.4.37.9/fs/reiserfs/
Djournal.c2283 …ruct reiserfs_transaction_handle *th, struct super_block * p_s_sb,unsigned long nblocks,int join) { in do_journal_begin_r()
2361 …l_join(struct reiserfs_transaction_handle *th, struct super_block *p_s_sb, unsigned long nblocks) { in journal_join()
2365 …egin(struct reiserfs_transaction_handle *th, struct super_block * p_s_sb, unsigned long nblocks) { in journal_begin()
2505 …al_end(struct reiserfs_transaction_handle *th, struct super_block *p_s_sb, unsigned long nblocks) { in journal_end()
2607 …d_sync(struct reiserfs_transaction_handle *th, struct super_block *p_s_sb, unsigned long nblocks) { in journal_end_sync()
2712 unsigned long nblocks, int flags) { in check_journal_end()
2990 …l_end(struct reiserfs_transaction_handle *th, struct super_block * p_s_sb, unsigned long nblocks, in do_journal_end()
/linux-2.4.37.9/init/
Ddo_mounts.c499 int nblocks = -1; in identify_ramdisk_image() local
590 int nblocks, i; in rd_load_image() local
/linux-2.4.37.9/drivers/s390/char/
Dtapechar.c248 int nblocks, i, rc; in tape_write() local
/linux-2.4.37.9/drivers/mtd/
Dftl.c960 u_long sector, u_long nblocks) in ftl_read()
1074 u_long sector, u_long nblocks) in ftl_write()
/linux-2.4.37.9/drivers/cdrom/
Dcdu31a.c1291 unsigned int nblocks, unsigned int offset, unsigned int skip) in input_data()
1348 unsigned int nblocks, in read_data_block()
Dcdrom.c1408 int blocksize, int nblocks) in cdrom_read_cd()
1428 int lba, int nblocks, int format, int blksize) in cdrom_read_block()
/linux-2.4.37.9/fs/ext3/
Dnamei.c120 int nblocks, i, err; in ext3_find_entry() local
Dsuper.c1809 int nblocks, ret; in ext3_write_dquot() local
/linux-2.4.37.9/fs/isofs/
Dinode.c864 struct buffer_head **bh_result, unsigned long nblocks) in isofs_get_blocks()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c405 unsigned long nblocks = 0; in xfs_map_unwritten() local
/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.c115 xfs_extlen_t nblocks, /* new count of blocks */ in xfs_growfs_rt_alloc()
/linux-2.4.37.9/drivers/ieee1394/
Dohci1394.c1137 unsigned int nblocks; member
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daiclib.h786 uint8_t nblocks[3]; member