Home
last modified time | relevance | path

Searched refs:XATTR_NEXT_ENTRY (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dxattr.h66 #define XATTR_NEXT_ENTRY(entry) ((struct f2fs_xattr_entry *)((char *)(entry) +\ macro
74 entry = XATTR_NEXT_ENTRY(entry))
Dxattr.c525 last = XATTR_NEXT_ENTRY(last); in __f2fs_setxattr()
552 struct f2fs_xattr_entry *next = XATTR_NEXT_ENTRY(here); in __f2fs_setxattr()