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