Searched refs:inodep (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/fs/nilfs2/ |
D | ifile.c | 182 struct inode **inodep) in nilfs_ifile_read() argument 210 *inodep = ifile; in nilfs_ifile_read()
|
D | cpfile.h | 32 struct nilfs_inode *raw_inode, struct inode **inodep);
|
D | ifile.h | 43 struct inode **inodep);
|
D | dat.h | 45 struct nilfs_inode *raw_inode, struct inode **inodep);
|
D | sufile.h | 54 struct nilfs_inode *raw_inode, struct inode **inodep);
|
D | dat.c | 466 struct nilfs_inode *raw_inode, struct inode **inodep) in nilfs_dat_read() argument 508 *inodep = dat; in nilfs_dat_read()
|
D | cpfile.c | 978 struct nilfs_inode *raw_inode, struct inode **inodep) in nilfs_cpfile_read() argument 1010 *inodep = cpfile; in nilfs_cpfile_read()
|
D | sufile.c | 1158 struct nilfs_inode *raw_inode, struct inode **inodep) in nilfs_sufile_read() argument 1210 *inodep = sufile; in nilfs_sufile_read()
|
/Linux-v5.15/fs/ |
D | fs-writeback.c | 469 struct inode **inodep; in inode_switch_wbs_work_fn() local 495 for (inodep = isw->inodes; *inodep; inodep++) { in inode_switch_wbs_work_fn() 496 WARN_ON_ONCE((*inodep)->i_wb != old_wb); in inode_switch_wbs_work_fn() 497 if (inode_do_switch_wbs(*inodep, old_wb, new_wb)) in inode_switch_wbs_work_fn() 511 for (inodep = isw->inodes; *inodep; inodep++) in inode_switch_wbs_work_fn() 512 iput(*inodep); in inode_switch_wbs_work_fn()
|
D | namei.c | 1830 struct inode **inodep, in follow_dotdot_rcu() argument 1854 *inodep = parent->d_inode; in follow_dotdot_rcu() 1870 struct inode **inodep, in follow_dotdot() argument 1896 *inodep = parent->d_inode; in follow_dotdot()
|
/Linux-v5.15/fs/ext4/ |
D | namei.c | 2705 struct dentry *dentry, struct inode **inodep) in ext4_add_nondir() argument 2708 struct inode *inode = *inodep; in ext4_add_nondir() 2715 *inodep = NULL; in ext4_add_nondir()
|