Home
last modified time | relevance | path

Searched refs:pr_entry_nr (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Difile.c58 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()
Ddat.c43 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()
118 (unsigned long long)req->pr_entry_nr); in nilfs_dat_commit_free()
140 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_start()
163 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_prepare_end()
188 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_end()
213 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_abort_end()
274 req.pr_entry_nr = vblocknr; in nilfs_dat_mark_dirty()
Dalloc.c515 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry()
522 maxgroup = nilfs_palloc_group(inode, req->pr_entry_nr, in nilfs_palloc_prepare_alloc_entry()
549 req->pr_entry_nr = in nilfs_palloc_prepare_alloc_entry()
608 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry()
620 (unsigned long long)req->pr_entry_nr); in nilfs_palloc_commit_free_entry()
649 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry()
661 (unsigned long long)req->pr_entry_nr); in nilfs_palloc_abort_alloc_entry()
671 req->pr_entry_nr = 0; in nilfs_palloc_abort_alloc_entry()
688 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry()
714 req->pr_entry_nr = 0; in nilfs_palloc_abort_free_entry()
Ddirect.c272 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()
Dalloc.h47 __u64 pr_entry_nr; member