Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dkernfs.h103 #define KERNFS_USER_XATTR_SIZE_LIMIT (128 << 10) macro
/linux-6.6.21/fs/kernfs/
Dinode.c358 if (atomic_add_return(size, sz) > KERNFS_USER_XATTR_SIZE_LIMIT) { in kernfs_vfs_user_xattr_add()