Searched refs:nilfs_palloc_get_entry_block (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/nilfs2/ |
H A D | ifile.c | 77 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 1, nilfs_ifile_create_inode() 119 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 0, nilfs_ifile_delete_inode() 155 err = nilfs_palloc_get_entry_block(ifile, ino, 0, out_bh); nilfs_ifile_get_inode_block()
|
H A D | alloc.h | 46 int nilfs_palloc_get_entry_block(struct inode *, __u64, int,
|
H A D | dat.c | 56 return nilfs_palloc_get_entry_block(dat, req->pr_entry_nr, nilfs_dat_prepare_entry() 335 ret = nilfs_palloc_get_entry_block(dat, vblocknr, 0, &entry_bh); nilfs_dat_move() 405 ret = nilfs_palloc_get_entry_block(dat, vblocknr, 0, &entry_bh); nilfs_dat_translate() 445 ret = nilfs_palloc_get_entry_block(dat, vinfo->vi_vblocknr, nilfs_dat_get_vinfo()
|
H A D | alloc.c | 281 * nilfs_palloc_get_entry_block - get buffer head of an entry block 287 int nilfs_palloc_get_entry_block(struct inode *inode, __u64 nr, nilfs_palloc_get_entry_block() function
|
Completed in 594 milliseconds