Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dxattr.h82 #define MAX_VALUE_LEN(i) (MIN_OFFSET(i) - \ macro
H A Dxattr.c650 if (size > MAX_VALUE_LEN(inode)) in __f2fs_setxattr()