OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2fs_cpu_to_le16
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/ext2fs/
extent.c
223
eh->eh_magic =
ext2fs_cpu_to_le16
(EXT3_EXT_MAGIC);
228
eh->eh_max =
ext2fs_cpu_to_le16
(i);
793
ex->ee_start_hi =
ext2fs_cpu_to_le16
(extent->e_pblk >> 32);
797
ex->ee_len =
ext2fs_cpu_to_le16
(extent->e_len +
802
ex->ee_len =
ext2fs_cpu_to_le16
(extent->e_len);
808
ix->ei_leaf_hi =
ext2fs_cpu_to_le16
(extent->e_pblk >> 32);
952
neweh->eh_entries =
ext2fs_cpu_to_le16
(tocopy);
953
neweh->eh_max =
ext2fs_cpu_to_le16
((handle->fs->blocksize -
984
eh->eh_depth =
ext2fs_cpu_to_le16
(handle->max_depth);
990
eh->eh_entries =
ext2fs_cpu_to_le16
(path->entries)
[
all
...]
bitops.h
18
#define
ext2fs_cpu_to_le16
(x) ext2fs_swab16((x))
macro
31
#define
ext2fs_cpu_to_le16
(x) ((__u16)(x))
macro
/external/e2fsprogs/e2fsck/
rehash.c
591
ext2fs_cpu_to_le16
(limit->limit);
614
limit->count =
ext2fs_cpu_to_le16
(limit->limit - c2);
615
limit->limit =
ext2fs_cpu_to_le16
(limit->limit);
618
root_limit->count =
ext2fs_cpu_to_le16
(root_limit->limit - c1);
619
root_limit->limit =
ext2fs_cpu_to_le16
(root_limit->limit);
/external/e2fsprogs/lib/quota/
quotaio_tree.c
126
dh->dqdh_entries =
ext2fs_cpu_to_le16
(0);
228
ext2fs_cpu_to_le16
(ext2fs_le16_to_cpu(dh->dqdh_entries) + 1);
366
ext2fs_cpu_to_le16
(ext2fs_le16_to_cpu(dh->dqdh_entries) - 1);
/external/e2fsprogs/debugfs/
debugfs.c
[
all
...]
Completed in 2929 milliseconds