Searched refs:nilfs_palloc_req (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/fs/nilfs2/ |
D | dat.h | 31 struct nilfs_palloc_req; 35 int nilfs_dat_prepare_alloc(struct inode *, struct nilfs_palloc_req *); 36 void nilfs_dat_commit_alloc(struct inode *, struct nilfs_palloc_req *); 37 void nilfs_dat_abort_alloc(struct inode *, struct nilfs_palloc_req *); 38 int nilfs_dat_prepare_start(struct inode *, struct nilfs_palloc_req *); 39 void nilfs_dat_commit_start(struct inode *, struct nilfs_palloc_req *, 41 int nilfs_dat_prepare_end(struct inode *, struct nilfs_palloc_req *); 42 void nilfs_dat_commit_end(struct inode *, struct nilfs_palloc_req *, int); 43 void nilfs_dat_abort_end(struct inode *, struct nilfs_palloc_req *); 44 int nilfs_dat_prepare_update(struct inode *, struct nilfs_palloc_req *, [all …]
|
D | alloc.h | 58 struct nilfs_palloc_req { struct 66 struct nilfs_palloc_req *); argument 68 struct nilfs_palloc_req *); 69 void nilfs_palloc_abort_alloc_entry(struct inode *, struct nilfs_palloc_req *); 70 void nilfs_palloc_commit_free_entry(struct inode *, struct nilfs_palloc_req *); 71 int nilfs_palloc_prepare_free_entry(struct inode *, struct nilfs_palloc_req *); 72 void nilfs_palloc_abort_free_entry(struct inode *, struct nilfs_palloc_req *);
|
D | dat.c | 48 struct nilfs_palloc_req *req, int create) in nilfs_dat_prepare_entry() 55 struct nilfs_palloc_req *req) in nilfs_dat_commit_entry() 63 struct nilfs_palloc_req *req) in nilfs_dat_abort_entry() 68 int nilfs_dat_prepare_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_alloc() 83 void nilfs_dat_commit_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_commit_alloc() 100 void nilfs_dat_abort_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_abort_alloc() 107 struct nilfs_palloc_req *req) in nilfs_dat_commit_free() 124 int nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_start() 133 void nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_start() 149 int nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_end() [all …]
|
D | alloc.c | 406 struct nilfs_palloc_req *req) in nilfs_palloc_prepare_alloc_entry() 490 struct nilfs_palloc_req *req) in nilfs_palloc_commit_alloc_entry() 506 struct nilfs_palloc_req *req) in nilfs_palloc_commit_free_entry() 544 struct nilfs_palloc_req *req) in nilfs_palloc_abort_alloc_entry() 581 struct nilfs_palloc_req *req) in nilfs_palloc_prepare_free_entry() 608 struct nilfs_palloc_req *req) in nilfs_palloc_abort_free_entry()
|
D | ifile.c | 64 struct nilfs_palloc_req req; in nilfs_ifile_create_inode() 106 struct nilfs_palloc_req req = { in nilfs_ifile_delete_inode()
|
D | bmap.h | 47 struct nilfs_palloc_req bpr_req;
|
D | direct.c | 256 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate()
|