Home
last modified time | relevance | path

Searched refs:nilfs_dat_prepare_end (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Ddat.h29 int nilfs_dat_prepare_end(struct inode *, struct nilfs_palloc_req *);
Ddat.c149 int nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_end() function
230 ret = nilfs_dat_prepare_end(dat, oldreq); in nilfs_dat_prepare_update()
Dbmap.h211 return dat ? nilfs_dat_prepare_end(dat, &req->bpr_req) : 0; in nilfs_bmap_prepare_end_ptr()