|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/buffer_head.h>#include <linux/fs.h>#include <linux/bitops.h>#include <linux/slab.h>#include "mdt.h"#include "alloc.h"Go to the source code of this file.
| void nilfs_palloc_abort_alloc_entry | ( | struct inode * | inode, |
| struct nilfs_palloc_req * | req | ||
| ) |
nilfs_palloc_abort_alloc_entry - cancel allocation of a persistent object : inode of metadata file using this allocator : nilfs_palloc_req structure exchanged for the allocation
| void nilfs_palloc_abort_free_entry | ( | struct inode * | inode, |
| struct nilfs_palloc_req * | req | ||
| ) |
nilfs_palloc_abort_free_entry - cancel deallocating a persistent object : inode of metadata file using this allocator : nilfs_palloc_req structure exchanged for the removal
| void* nilfs_palloc_block_get_entry | ( | const struct inode * | inode, |
| __u64 | nr, | ||
| const struct buffer_head * | bh, | ||
| void * | kaddr | ||
| ) |
| void nilfs_palloc_commit_alloc_entry | ( | struct inode * | inode, |
| struct nilfs_palloc_req * | req | ||
| ) |
nilfs_palloc_commit_alloc_entry - finish allocation of a persistent object : inode of metadata file using this allocator : nilfs_palloc_req structure exchanged for the allocation
| void nilfs_palloc_commit_free_entry | ( | struct inode * | inode, |
| struct nilfs_palloc_req * | req | ||
| ) |
nilfs_palloc_commit_free_entry - finish deallocating a persistent object : inode of metadata file using this allocator : nilfs_palloc_req structure exchanged for the removal
| int nilfs_palloc_prepare_alloc_entry | ( | struct inode * | inode, |
| struct nilfs_palloc_req * | req | ||
| ) |
nilfs_palloc_prepare_alloc_entry - prepare to allocate a persistent object : inode of metadata file using this allocator : nilfs_palloc_req structure exchanged for the allocation
| int nilfs_palloc_prepare_free_entry | ( | struct inode * | inode, |
| struct nilfs_palloc_req * | req | ||
| ) |
nilfs_palloc_prepare_free_entry - prepare to deallocate a persistent object : inode of metadata file using this allocator : nilfs_palloc_req structure exchanged for the removal
1.8.2