Home
last modified time | relevance | path

Searched refs:inodep (Results 1 – 8 of 8) sorted by relevance

/linux/fs/nilfs2/
H A Dcpfile.h34 struct nilfs_inode *raw_inode, struct inode **inodep);
H A Ddat.h45 struct nilfs_inode *raw_inode, struct inode **inodep);
H A Dsufile.h54 struct nilfs_inode *raw_inode, struct inode **inodep);
H A Ddat.c484 * @inodep: buffer to store the inode
489 struct nilfs_inode *raw_inode, struct inode **inodep) in nilfs_dat_read() argument
533 *inodep = dat; in nilfs_dat_read()
H A Dcpfile.c1130 * @inodep: buffer to store the inode
1135 struct nilfs_inode *raw_inode, struct inode **inodep) in nilfs_cpfile_read() argument
1167 *inodep = cpfile; in nilfs_cpfile_read()
H A Dsufile.c1203 * @inodep: buffer to store the inode
1208 struct nilfs_inode *raw_inode, struct inode **inodep) in nilfs_sufile_read() argument
1264 *inodep = sufile; in nilfs_sufile_read()
/linux/fs/
H A Dfs-writeback.c497 struct inode **inodep; in inode_switch_wbs_work_fn() local
523 for (inodep = isw->inodes; *inodep; inodep++) { in inode_switch_wbs_work_fn()
524 WARN_ON_ONCE((*inodep)->i_wb != old_wb); in inode_switch_wbs_work_fn()
525 if (inode_do_switch_wbs(*inodep, old_wb, new_wb)) in inode_switch_wbs_work_fn()
539 for (inodep = isw->inodes; *inodep; inodep++) in inode_switch_wbs_work_fn()
540 iput(*inodep); in inode_switch_wbs_work_fn()
/linux/fs/ext4/
H A Dnamei.c2780 struct dentry *dentry, struct inode **inodep) in ext4_add_nondir() argument
2783 struct inode *inode = *inodep; in ext4_add_nondir()
2790 *inodep = NULL; in ext4_add_nondir()