Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dubifs-media.h93 #define UBIFS_MAX_NLEN 255 macro
297 #define UBIFS_MAX_DENT_NODE_SZ (UBIFS_DENT_NODE_SZ + UBIFS_MAX_NLEN + 1)
Dcrypto.c84 .max_namelen = UBIFS_MAX_NLEN,
Dxattr.c299 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_set()
355 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_get()
543 if (fname_len(&nm) > UBIFS_MAX_NLEN) in ubifs_xattr_remove()
Ddir.c229 if (fname_len(&nm) > UBIFS_MAX_NLEN) { in ubifs_lookup()
547 err = fscrypt_fname_alloc_buffer(dir, UBIFS_MAX_NLEN, &fstr); in ubifs_readdir()
Dreplay.c494 nlen > UBIFS_MAX_NLEN || dent->name[nlen] != 0 || in ubifs_validate_entry()
Dsuper.c417 buf->f_namelen = UBIFS_MAX_NLEN; in ubifs_statfs()
Ddebug.c466 if (nlen > UBIFS_MAX_NLEN) in ubifs_dump_node()