Searched refs:notruncate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
H A D | namei.c | 46 __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 D | amigaffs.c | 510 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 D | affs.h | 153 bool notruncate);
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | namei.c | 46 __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 D | amigaffs.c | 510 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 D | affs.h | 153 bool notruncate);
|
Completed in 5 milliseconds