Searched hist:"622 daaff0a8975fb5c5b95f24f3234550ba32e92" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | page.h | diff 622daaff0a8975fb5c5b95f24f3234550ba32e92 Sun Dec 26 01:38:43 CST 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: fiemap support
This adds fiemap to nilfs. Two new functions, nilfs_fiemap and nilfs_find_uncommitted_extent are added.
nilfs_fiemap() implements the fiemap inode operation, and nilfs_find_uncommitted_extent() helps to get a range of data blocks whose physical location has not been determined.
nilfs_fiemap() collects extent information by looping through nilfs_bmap_lookup_contig and nilfs_find_uncommitted_extent routines.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | file.c | diff 622daaff0a8975fb5c5b95f24f3234550ba32e92 Sun Dec 26 01:38:43 CST 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: fiemap support
This adds fiemap to nilfs. Two new functions, nilfs_fiemap and nilfs_find_uncommitted_extent are added.
nilfs_fiemap() implements the fiemap inode operation, and nilfs_find_uncommitted_extent() helps to get a range of data blocks whose physical location has not been determined.
nilfs_fiemap() collects extent information by looping through nilfs_bmap_lookup_contig and nilfs_find_uncommitted_extent routines.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | nilfs.h | diff 622daaff0a8975fb5c5b95f24f3234550ba32e92 Sun Dec 26 01:38:43 CST 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: fiemap support
This adds fiemap to nilfs. Two new functions, nilfs_fiemap and nilfs_find_uncommitted_extent are added.
nilfs_fiemap() implements the fiemap inode operation, and nilfs_find_uncommitted_extent() helps to get a range of data blocks whose physical location has not been determined.
nilfs_fiemap() collects extent information by looping through nilfs_bmap_lookup_contig and nilfs_find_uncommitted_extent routines.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | namei.c | diff 622daaff0a8975fb5c5b95f24f3234550ba32e92 Sun Dec 26 01:38:43 CST 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: fiemap support
This adds fiemap to nilfs. Two new functions, nilfs_fiemap and nilfs_find_uncommitted_extent are added.
nilfs_fiemap() implements the fiemap inode operation, and nilfs_find_uncommitted_extent() helps to get a range of data blocks whose physical location has not been determined.
nilfs_fiemap() collects extent information by looping through nilfs_bmap_lookup_contig and nilfs_find_uncommitted_extent routines.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | page.c | diff 622daaff0a8975fb5c5b95f24f3234550ba32e92 Sun Dec 26 01:38:43 CST 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: fiemap support
This adds fiemap to nilfs. Two new functions, nilfs_fiemap and nilfs_find_uncommitted_extent are added.
nilfs_fiemap() implements the fiemap inode operation, and nilfs_find_uncommitted_extent() helps to get a range of data blocks whose physical location has not been determined.
nilfs_fiemap() collects extent information by looping through nilfs_bmap_lookup_contig and nilfs_find_uncommitted_extent routines.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|
H A D | inode.c | diff 622daaff0a8975fb5c5b95f24f3234550ba32e92 Sun Dec 26 01:38:43 CST 2010 Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> nilfs2: fiemap support
This adds fiemap to nilfs. Two new functions, nilfs_fiemap and nilfs_find_uncommitted_extent are added.
nilfs_fiemap() implements the fiemap inode operation, and nilfs_find_uncommitted_extent() helps to get a range of data blocks whose physical location has not been determined.
nilfs_fiemap() collects extent information by looping through nilfs_bmap_lookup_contig and nilfs_find_uncommitted_extent routines.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
|