Searched refs:thislen (Results 1 – 7 of 7) sorted by relevance
/fs/qnx4/ |
D | namei.c | 30 int namelen, thislen; in qnx4_match() local 43 thislen = strlen( de->di_fname ); in qnx4_match() 44 if ( thislen > namelen ) in qnx4_match() 45 thislen = namelen; in qnx4_match() 46 if (len != thislen) { in qnx4_match()
|
/fs/fuse/ |
D | xattr.c | 98 size_t thislen = strnlen(list, size); in fuse_verify_xattr_list() local 100 if (!thislen || thislen == size) in fuse_verify_xattr_list() 103 size -= thislen + 1; in fuse_verify_xattr_list() 104 list += thislen + 1; in fuse_verify_xattr_list()
|
D | virtio_fs.c | 551 unsigned int len, i, thislen; in virtio_fs_request_complete() local 565 thislen = ap->descs[i].length; in virtio_fs_request_complete() 566 if (len < thislen) { in virtio_fs_request_complete() 569 zero_user_segment(page, len, thislen); in virtio_fs_request_complete() 572 len -= thislen; in virtio_fs_request_complete()
|
/fs/qnx6/ |
D | dir.c | 181 int thislen; in qnx6_long_match() local 187 thislen = fs16_to_cpu(sbi, lf->lf_size); in qnx6_long_match() 188 if (len != thislen) { in qnx6_long_match()
|
/fs/overlayfs/ |
D | dir.c | 994 int thislen; in ovl_get_redirect() local 999 thislen = strlen(name); in ovl_get_redirect() 1002 thislen = d->d_name.len; in ovl_get_redirect() 1006 if (thislen + (name[0] != '/') > buflen) { in ovl_get_redirect() 1012 buflen -= thislen; in ovl_get_redirect() 1013 memcpy(&buf[buflen], name, thislen); in ovl_get_redirect()
|
D | namei.c | 320 size_t thislen = next - s; in ovl_lookup_layer() local 327 err = ovl_lookup_single(base, d, s, thislen, in ovl_lookup_layer() 337 rem -= thislen + 1; in ovl_lookup_layer()
|
/fs/xfs/ |
D | xfs_rtalloc.c | 281 xfs_rtblock_t thislen; /* this extent size */ in xfs_rtallocate_extent_block() local 283 thislen = next - i; in xfs_rtallocate_extent_block() 284 if (thislen >= minlen && thislen > bestlen) { in xfs_rtallocate_extent_block() 286 bestlen = thislen; in xfs_rtallocate_extent_block()
|