Home
last modified time | relevance | path

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

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