Searched refs:pr_entry_nr (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/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() 169 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_prepare_end() 194 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_end() 219 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_abort_end() 280 req.pr_entry_nr = vblocknr; in nilfs_dat_mark_dirty()
|
| D | alloc.c | 524 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry() 531 maxgroup = nilfs_palloc_group(inode, req->pr_entry_nr, in nilfs_palloc_prepare_alloc_entry() 558 req->pr_entry_nr = in nilfs_palloc_prepare_alloc_entry() 617 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry() 628 (unsigned long long)req->pr_entry_nr, in nilfs_palloc_commit_free_entry() 658 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry() 669 (unsigned long long)req->pr_entry_nr, in nilfs_palloc_abort_alloc_entry() 680 req->pr_entry_nr = 0; in nilfs_palloc_abort_alloc_entry() 697 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry() 723 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
|