Searched refs:zeroes (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | coredump.c | 887 static char zeroes[PAGE_SIZE]; in __dump_skip() local 897 if (!__dump_emit(cprm, zeroes, PAGE_SIZE)) in __dump_skip() 901 return __dump_emit(cprm, zeroes, nr); in __dump_skip()
|
/fs/ntfs3/ |
D | bitmap.c | 978 size_t zeroes = wnd_zeroes(wnd); in wnd_find() local 980 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find() 981 if (zeroes < to_alloc0) in wnd_find()
|
D | fsntfs.c | 363 size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; in ntfs_look_for_free_space() local 412 zeroes = wnd_zeroes(wnd); in ntfs_look_for_free_space() 415 if (len > zeroes + zlen || zlen <= NTFS_MIN_MFT_ZONE) { in ntfs_look_for_free_space()
|
/fs/jffs2/ |
D | README.Locking | 96 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.
|
/fs/affs/ |
D | Changes | 112 - truncate() zeroes the unused remainder of a
|