Searched refs:nilfs_mdt_init (Results 1 – 6 of 6) sorted by relevance
/fs/nilfs2/ |
D | mdt.h | 86 int nilfs_mdt_init(struct inode *inode, gfp_t gfp_mask, size_t objsz);
|
D | ifile.c | 205 err = nilfs_mdt_init(ifile, NILFS_MDT_GFP, in nilfs_ifile_read()
|
D | dat.c | 505 err = nilfs_mdt_init(dat, NILFS_MDT_GFP, sizeof(*di)); in nilfs_dat_read()
|
D | mdt.c | 419 int nilfs_mdt_init(struct inode *inode, gfp_t gfp_mask, size_t objsz) in nilfs_mdt_init() function
|
D | cpfile.c | 963 err = nilfs_mdt_init(cpfile, NILFS_MDT_GFP, 0); in nilfs_cpfile_read()
|
D | sufile.c | 1190 err = nilfs_mdt_init(sufile, NILFS_MDT_GFP, sizeof(*sui)); in nilfs_sufile_read()
|