Home
last modified time | relevance | path

Searched refs:nilfs_mdt_init (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/nilfs2/
Dmdt.h78 int nilfs_mdt_init(struct inode *inode, gfp_t gfp_mask, size_t objsz);
Difile.c193 err = nilfs_mdt_init(ifile, NILFS_MDT_GFP, in nilfs_ifile_read()
Ddat.c496 err = nilfs_mdt_init(dat, NILFS_MDT_GFP, sizeof(*di)); in nilfs_dat_read()
Dmdt.c447 int nilfs_mdt_init(struct inode *inode, gfp_t gfp_mask, size_t objsz) in nilfs_mdt_init() function
Dcpfile.c997 err = nilfs_mdt_init(cpfile, NILFS_MDT_GFP, 0); in nilfs_cpfile_read()
Dsufile.c1191 err = nilfs_mdt_init(sufile, NILFS_MDT_GFP, sizeof(*sui)); in nilfs_sufile_read()