Searched refs:affs_match (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
H A D | namei.c | 134 * NOTE! unlike strncmp, affs_match returns 1 for success, 0 for failure. 138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() function 192 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper)) in affs_find_entry()
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | namei.c | 134 * NOTE! unlike strncmp, affs_match returns 1 for success, 0 for failure. 138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t fn) in affs_match() function 192 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, fn)) in affs_find_entry()
|
Completed in 3 milliseconds