Searched refs:nilfs_mdt_get_block (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dmdt.h70 int nilfs_mdt_get_block(struct inode *, unsigned long, int,
H A Dsufile.c87 return nilfs_mdt_get_block(sufile, 0, 0, NULL, bhp);
94 return nilfs_mdt_get_block(sufile,
186 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh);
202 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh);
H A Dmdt.c236 * nilfs_mdt_get_block - read or create a buffer on meta data file.
243 * nilfs_mdt_get_block() looks up the specified buffer and tries to create
261 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, function
H A Dcpfile.c136 return nilfs_mdt_get_block(cpfile, 0, 0, NULL, bhp);
144 return nilfs_mdt_get_block(cpfile,
H A Dalloc.c226 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp);

Completed in 99 milliseconds