Home
last modified time | relevance | path

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

/Linux-v5.10/fs/kernfs/
Dinode.c347 if (atomic_add_return(size, sz) > KERNFS_USER_XATTR_SIZE_LIMIT) { in kernfs_vfs_user_xattr_add()
/Linux-v5.10/include/linux/
Dkernfs.h43 #define KERNFS_USER_XATTR_SIZE_LIMIT (128 << 10) macro