Home
last modified time | relevance | path

Searched refs:notruncate (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/affs/
H A Dnamei.c46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notruncate) in __affs_hash_dentry() argument
53 retval = affs_check_name(qstr->name, qstr->len, notruncate); in __affs_hash_dentry()
84 bool notruncate) in __affs_compare_dentry()
94 if (affs_check_name(name->name, name->len, notruncate)) in __affs_compare_dentry()
82 __affs_compare_dentry(unsigned int len, const char *str, const struct qstr *name, toupper_t toupper, bool notruncate) __affs_compare_dentry() argument
H A Damigaffs.c510 affs_check_name(const unsigned char *name, int len, bool notruncate) in affs_check_name() argument
515 if (notruncate) in affs_check_name()
H A Daffs.h153 bool notruncate);
/kernel/linux/linux-6.6/fs/affs/
H A Dnamei.c46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t fn, bool notruncate) in __affs_hash_dentry() argument
53 retval = affs_check_name(qstr->name, qstr->len, notruncate); in __affs_hash_dentry()
84 bool notruncate) in __affs_compare_dentry()
94 if (affs_check_name(name->name, name->len, notruncate)) in __affs_compare_dentry()
82 __affs_compare_dentry(unsigned int len, const char *str, const struct qstr *name, toupper_t fn, bool notruncate) __affs_compare_dentry() argument
H A Damigaffs.c510 affs_check_name(const unsigned char *name, int len, bool notruncate) in affs_check_name() argument
515 if (notruncate) in affs_check_name()
H A Daffs.h153 bool notruncate);

Completed in 5 milliseconds