Searched refs:thislen (Results 1 – 8 of 8) 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 | 95 size_t thislen = strnlen(list, size); in fuse_verify_xattr_list() local 97 if (!thislen || thislen == size) in fuse_verify_xattr_list() 100 size -= thislen + 1; in fuse_verify_xattr_list() 101 list += thislen + 1; in fuse_verify_xattr_list()
|
D | virtio_fs.c | 459 unsigned int len, i, thislen; in virtio_fs_request_complete() local 473 thislen = ap->descs[i].length; in virtio_fs_request_complete() 474 if (len < thislen) { in virtio_fs_request_complete() 477 zero_user_segment(page, len, thislen); in virtio_fs_request_complete() 480 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 | 941 int thislen; in ovl_get_redirect() local 946 thislen = strlen(name); in ovl_get_redirect() 949 thislen = d->d_name.len; in ovl_get_redirect() 953 if (thislen + (name[0] != '/') > buflen) { in ovl_get_redirect() 959 buflen -= thislen; in ovl_get_redirect() 960 memcpy(&buf[buflen], name, thislen); in ovl_get_redirect()
|
D | namei.c | 295 size_t thislen = next - s; in ovl_lookup_layer() local 302 err = ovl_lookup_single(base, d, s, thislen, in ovl_lookup_layer() 311 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()
|
/fs/nfsd/ |
D | nfs4xdr.c | 3531 int thislen; in nfsd4_encode_readv() local 3550 thislen = min_t(long, len, PAGE_SIZE); in nfsd4_encode_readv() 3551 p = xdr_reserve_space(xdr, (thislen+3)&~3); in nfsd4_encode_readv() 3554 resp->rqstp->rq_vec[v].iov_len = thislen; in nfsd4_encode_readv() 3556 len -= thislen; in nfsd4_encode_readv()
|