OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f2fs_xattr_entry
(Results
1 - 4
of
4
) sorted by null
/external/f2fs-tools/fsck/
xattr.h
30
struct
f2fs_xattr_entry
{
struct
113
#define XATTR_ENTRY(ptr) ((struct
f2fs_xattr_entry
*)(ptr))
116
#define XATTR_NEXT_ENTRY(entry) ((struct
f2fs_xattr_entry
*) ((char *)(entry) +\
122
#define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct
f2fs_xattr_entry
) + \
135
sizeof(struct
f2fs_xattr_entry
))
xattr.c
52
static struct
f2fs_xattr_entry
*__find_xattr(void *base_addr, int index,
55
struct
f2fs_xattr_entry
*entry;
121
struct
f2fs_xattr_entry
*here, *last;
171
newsize = XATTR_ALIGN(sizeof(struct
f2fs_xattr_entry
) + len + size);
195
struct
f2fs_xattr_entry
*next = XATTR_NEXT_ENTRY(here);
199
last = (struct
f2fs_xattr_entry
*)((char *)last - oldsize);
dump.c
307
struct
f2fs_xattr_entry
*ent;
mount.c
126
void print_xattr_entry(struct
f2fs_xattr_entry
*ent)
175
struct
f2fs_xattr_entry
*ent;
[
all
...]
Completed in 1364 milliseconds