Searched hist:"53085 fac02d12fcd29a9cb074ec480ff0f77ae5c" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | crypto.c | diff 53085fac02d12fcd29a9cb074ec480ff0f77ae5c Mon Dec 07 14:09:35 CST 2015 Jan Kara <jack@suse.com> ext4: provide ext4_issue_zeroout()
Create new function ext4_issue_zeroout() to zeroout contiguous (both logically and physically) part of inode data. We will need to issue zeroout when extent structure is not readily available and this function will allow us to do it without making up fake extent structures.
Signed-off-by: Jan Kara <jack@suse.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | extents.c | diff 53085fac02d12fcd29a9cb074ec480ff0f77ae5c Mon Dec 07 14:09:35 CST 2015 Jan Kara <jack@suse.com> ext4: provide ext4_issue_zeroout()
Create new function ext4_issue_zeroout() to zeroout contiguous (both logically and physically) part of inode data. We will need to issue zeroout when extent structure is not readily available and this function will allow us to do it without making up fake extent structures.
Signed-off-by: Jan Kara <jack@suse.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | ext4.h | diff 53085fac02d12fcd29a9cb074ec480ff0f77ae5c Mon Dec 07 14:09:35 CST 2015 Jan Kara <jack@suse.com> ext4: provide ext4_issue_zeroout()
Create new function ext4_issue_zeroout() to zeroout contiguous (both logically and physically) part of inode data. We will need to issue zeroout when extent structure is not readily available and this function will allow us to do it without making up fake extent structures.
Signed-off-by: Jan Kara <jack@suse.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | inode.c | diff 53085fac02d12fcd29a9cb074ec480ff0f77ae5c Mon Dec 07 14:09:35 CST 2015 Jan Kara <jack@suse.com> ext4: provide ext4_issue_zeroout()
Create new function ext4_issue_zeroout() to zeroout contiguous (both logically and physically) part of inode data. We will need to issue zeroout when extent structure is not readily available and this function will allow us to do it without making up fake extent structures.
Signed-off-by: Jan Kara <jack@suse.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|