Searched hist:"063 c4561f52a74de686fe0ff2f96f4f54c9fecd2" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.h | diff 063c4561f52a74de686fe0ff2f96f4f54c9fecd2 Tue Jul 03 15:34:11 CDT 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: support for removing file regions
Provide an internal interface for the removal of arbitrary file regions.
ocfs2_remove_inode_range() takes a byte range within a file and will remove existing extents within that range. Partial clusters will be zeroed so that any read from within the region will return zeros.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | journal.h | diff 063c4561f52a74de686fe0ff2f96f4f54c9fecd2 Tue Jul 03 15:34:11 CDT 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: support for removing file regions
Provide an internal interface for the removal of arbitrary file regions.
ocfs2_remove_inode_range() takes a byte range within a file and will remove existing extents within that range. Partial clusters will be zeroed so that any read from within the region will return zeros.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | alloc.c | diff 063c4561f52a74de686fe0ff2f96f4f54c9fecd2 Tue Jul 03 15:34:11 CDT 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: support for removing file regions
Provide an internal interface for the removal of arbitrary file regions.
ocfs2_remove_inode_range() takes a byte range within a file and will remove existing extents within that range. Partial clusters will be zeroed so that any read from within the region will return zeros.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | file.c | diff 063c4561f52a74de686fe0ff2f96f4f54c9fecd2 Tue Jul 03 15:34:11 CDT 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: support for removing file regions
Provide an internal interface for the removal of arbitrary file regions.
ocfs2_remove_inode_range() takes a byte range within a file and will remove existing extents within that range. Partial clusters will be zeroed so that any read from within the region will return zeros.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|