Home
last modified time | relevance | path

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

/linux/fs/ubifs/
A Dubifs-media.h81 #define UBIFS_MAX_NLEN 255 macro
288 #define UBIFS_MAX_DENT_NODE_SZ (UBIFS_DENT_NODE_SZ + UBIFS_MAX_NLEN + 1)
A 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()
A Ddir.c212 if (fname_len(&nm) > UBIFS_MAX_NLEN) { in ubifs_lookup()
522 err = fscrypt_fname_alloc_buffer(UBIFS_MAX_NLEN, &fstr); in ubifs_readdir()
A Dreplay.c488 nlen > UBIFS_MAX_NLEN || dent->name[nlen] != 0 || in ubifs_validate_entry()
A Dsuper.c430 buf->f_namelen = UBIFS_MAX_NLEN; in ubifs_statfs()
A Ddebug.c486 if (nlen > UBIFS_MAX_NLEN || in ubifs_dump_node()

Completed in 18 milliseconds