Searched refs:pr_entry_nr (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/nilfs2/ |
D | ifile.c | 71 req.pr_entry_nr = 0; /* 0 says find free inode from beginning of in nilfs_ifile_create_inode() 77 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 1, in nilfs_ifile_create_inode() 89 *out_ino = (ino_t)req.pr_entry_nr; in nilfs_ifile_create_inode() 111 .pr_entry_nr = ino, .pr_entry_bh = NULL in nilfs_ifile_delete_inode() 119 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 0, in nilfs_ifile_delete_inode() 130 raw_inode = nilfs_palloc_block_get_entry(ifile, req.pr_entry_nr, in nilfs_ifile_delete_inode()
|
D | dat.c | 56 return nilfs_palloc_get_entry_block(dat, req->pr_entry_nr, in nilfs_dat_prepare_entry() 95 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_alloc() 119 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_free() 146 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_start() 170 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_prepare_end() 196 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_end() 221 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_abort_end() 282 req.pr_entry_nr = vblocknr; in nilfs_dat_mark_dirty()
|
D | alloc.c | 484 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry() 492 maxgroup = nilfs_palloc_group(inode, req->pr_entry_nr, in nilfs_palloc_prepare_alloc_entry() 519 req->pr_entry_nr = in nilfs_palloc_prepare_alloc_entry() 577 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry() 587 __func__, (unsigned long long)req->pr_entry_nr); in nilfs_palloc_commit_free_entry() 615 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry() 624 __func__, (unsigned long long)req->pr_entry_nr); in nilfs_palloc_abort_alloc_entry() 634 req->pr_entry_nr = 0; in nilfs_palloc_abort_alloc_entry() 651 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry() 677 req->pr_entry_nr = 0; in nilfs_palloc_abort_free_entry()
|
D | direct.c | 284 oldreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 285 newreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 292 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
|
D | alloc.h | 61 __u64 pr_entry_nr; member
|