Searched refs:usize (Results 1 – 2 of 2) sorted by relevance
/fs/fat/ |
D | namei_vfat.c | 593 int err, ulen, usize, i; in vfat_build_slots() local 602 err = xlate_to_uni(name, len, (unsigned char *)uname, &ulen, &usize, in vfat_build_slots() 624 *nr_slots = usize / 13; in vfat_build_slots()
|
/fs/ |
D | open.c | 1253 struct open_how __user *, how, size_t, usize) in SYSCALL_DEFINE4() argument 1261 if (unlikely(usize < OPEN_HOW_SIZE_VER0)) in SYSCALL_DEFINE4() 1264 err = copy_struct_from_user(&tmp, sizeof(tmp), how, usize); in SYSCALL_DEFINE4()
|