OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_limit
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/e2fsck/
rehash.c
556
struct ext2_dx_countlimit *
root_limit
, *limit;
local
565
root_limit
= (struct ext2_dx_countlimit *) (outdir->buf + limit_offset);
566
c1 =
root_limit
->limit;
617
root_limit
= (struct ext2_dx_countlimit *) (outdir->buf + limit_offset);
618
root_limit
->count = ext2fs_cpu_to_le16(
root_limit
->limit - c1);
619
root_limit
->limit = ext2fs_cpu_to_le16(
root_limit
->limit);
Completed in 114 milliseconds