Searched refs:pr_entry_nr (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nilfs2/ |
A D | ifile.c | 58 req.pr_entry_nr = 0; /* in nilfs_ifile_create_inode() 66 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 1, in nilfs_ifile_create_inode() 78 *out_ino = (ino_t)req.pr_entry_nr; in nilfs_ifile_create_inode() 100 .pr_entry_nr = ino, .pr_entry_bh = NULL in nilfs_ifile_delete_inode() 108 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 0, in nilfs_ifile_delete_inode() 119 raw_inode = nilfs_palloc_block_get_entry(ifile, req.pr_entry_nr, in nilfs_ifile_delete_inode()
|
A D | dat.c | 43 return nilfs_palloc_get_entry_block(dat, req->pr_entry_nr, in nilfs_dat_prepare_entry() 82 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_alloc() 106 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_free() 133 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_start() 156 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_prepare_end() 181 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_end() 206 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_abort_end() 267 req.pr_entry_nr = vblocknr; in nilfs_dat_mark_dirty()
|
A D | alloc.c | 514 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry() 521 maxgroup = nilfs_palloc_group(inode, req->pr_entry_nr, in nilfs_palloc_prepare_alloc_entry() 548 req->pr_entry_nr = in nilfs_palloc_prepare_alloc_entry() 607 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry() 619 (unsigned long long)req->pr_entry_nr); in nilfs_palloc_commit_free_entry() 648 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry() 660 (unsigned long long)req->pr_entry_nr); in nilfs_palloc_abort_alloc_entry() 670 req->pr_entry_nr = 0; in nilfs_palloc_abort_alloc_entry() 687 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry() 713 req->pr_entry_nr = 0; in nilfs_palloc_abort_free_entry()
|
A D | direct.c | 272 oldreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 273 newreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 280 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
|
A D | alloc.h | 47 __u64 pr_entry_nr; member
|
Completed in 8 milliseconds