Home
last modified time | relevance | path

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

/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)
Dcrypto.c85 .max_namelen = UBIFS_MAX_NLEN,
Dxattr.c281 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_set()
339 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_get()
610 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_remove()
Ddir.c212 if (fname_len(&nm) > UBIFS_MAX_NLEN) { in ubifs_lookup()
528 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.c456 if (nlen > UBIFS_MAX_NLEN) in ubifs_dump_node()