Home
last modified time | relevance | path

Searched refs:UBIFS_MAX_NLEN (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/fs/ubifs/
Dubifs-media.h81 #define UBIFS_MAX_NLEN 255 macro
288 #define UBIFS_MAX_DENT_NODE_SZ (UBIFS_DENT_NODE_SZ + UBIFS_MAX_NLEN + 1)
Dxattr.c279 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_set()
337 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_get()
606 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_remove()
Ddir.c214 if (fname_len(&nm) > UBIFS_MAX_NLEN) { in ubifs_lookup()
579 err = fscrypt_fname_alloc_buffer(UBIFS_MAX_NLEN, &fstr); in ubifs_readdir()
Dreplay.c488 nlen > UBIFS_MAX_NLEN || dent->name[nlen] != 0 || in ubifs_validate_entry()
Dsuper.c430 buf->f_namelen = UBIFS_MAX_NLEN; in ubifs_statfs()
Ddebug.c486 if (nlen > UBIFS_MAX_NLEN || in ubifs_dump_node()