Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nilfs2/
Difile.c67 req.pr_entry_nr = 0; /* 0 says find free inode from beginning of in nilfs_ifile_create_inode()
73 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 1, in nilfs_ifile_create_inode()
85 *out_ino = (ino_t)req.pr_entry_nr; in nilfs_ifile_create_inode()
107 .pr_entry_nr = ino, .pr_entry_bh = NULL in nilfs_ifile_delete_inode()
115 ret = nilfs_palloc_get_entry_block(ifile, req.pr_entry_nr, 0, in nilfs_ifile_delete_inode()
126 raw_inode = nilfs_palloc_block_get_entry(ifile, req.pr_entry_nr, in nilfs_ifile_delete_inode()
Ddat.c50 return nilfs_palloc_get_entry_block(dat, req->pr_entry_nr, in nilfs_dat_prepare_entry()
89 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_alloc()
113 entry = nilfs_palloc_block_get_entry(dat, 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()
164 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_prepare_end()
190 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_commit_end()
215 entry = nilfs_palloc_block_get_entry(dat, req->pr_entry_nr, in nilfs_dat_abort_end()
276 req.pr_entry_nr = vblocknr; in nilfs_dat_mark_dirty()
Dalloc.c420 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry()
428 maxgroup = nilfs_palloc_group(inode, req->pr_entry_nr, in nilfs_palloc_prepare_alloc_entry()
455 req->pr_entry_nr = in nilfs_palloc_prepare_alloc_entry()
513 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry()
523 __func__, (unsigned long long)req->pr_entry_nr); in nilfs_palloc_commit_free_entry()
551 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry()
560 __func__, (unsigned long long)req->pr_entry_nr); in nilfs_palloc_abort_alloc_entry()
570 req->pr_entry_nr = 0; in nilfs_palloc_abort_alloc_entry()
587 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry()
613 req->pr_entry_nr = 0; in nilfs_palloc_abort_free_entry()
Ddirect.c269 oldreq.pr_entry_nr = ptr; in nilfs_direct_propagate()
270 newreq.pr_entry_nr = ptr; in nilfs_direct_propagate()
277 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
Dalloc.h59 __u64 pr_entry_nr; member