Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfsacl.h23 #define NFS_ACL_INLINE_BUFSIZE ((2*(2+3*NFS_ACL_MAX_ENTRIES_INLINE)) << 2) macro
/linux/fs/nfs/
H A Dnfs3acl.c200 if (args.len > NFS_ACL_INLINE_BUFSIZE) { in __nfs3_proc_setacls()