Home
last modified time | relevance | path

Searched refs:slice (Results 1 – 7 of 7) sorted by relevance

/fs/erofs/
A Dxattr.c183 unsigned int slice, processed; in erofs_xattr_copy_to_buffer() local
187 for (processed = 0; processed < len; processed += slice) { in erofs_xattr_copy_to_buffer()
193 slice = min_t(unsigned int, sb->s_blocksize - in erofs_xattr_copy_to_buffer()
195 memcpy(it->buffer + it->buffer_ofs, src, slice); in erofs_xattr_copy_to_buffer()
196 it->buffer_ofs += slice; in erofs_xattr_copy_to_buffer()
197 it->pos += slice; in erofs_xattr_copy_to_buffer()
257 unsigned int slice, processed, value_sz; in erofs_getxattr_foreach() local
290 for (processed = 0; processed < entry.e_name_len; processed += slice) { in erofs_getxattr_foreach()
295 slice = min_t(unsigned int, in erofs_getxattr_foreach()
299 it->kaddr, slice)) in erofs_getxattr_foreach()
[all …]
/fs/netfs/
A Ddirect_read.c57 ssize_t slice; in netfs_dispatch_unbuffered_reads() local
94 slice = subreq->len; in netfs_dispatch_unbuffered_reads()
95 size -= slice; in netfs_dispatch_unbuffered_reads()
96 start += slice; in netfs_dispatch_unbuffered_reads()
97 rreq->submitted += slice; in netfs_dispatch_unbuffered_reads()
A Dbuffered_read.c226 ssize_t slice; in netfs_read_to_pagecache() local
296 slice = netfs_prepare_read_iterator(subreq, ractl); in netfs_read_to_pagecache()
297 if (slice < 0) { in netfs_read_to_pagecache()
298 ret = slice; in netfs_read_to_pagecache()
306 size -= slice; in netfs_read_to_pagecache()
307 start += slice; in netfs_read_to_pagecache()
/fs/efs/
A Dsuper.c150 int pt_type, slice = -1; in module_exit() local
207 slice = i; in module_exit()
211 if (slice == -1) { in module_exit()
215 pr_info("using slice %d (type %s, offset 0x%x)\n", slice, in module_exit()
/fs/nfs/blocklayout/
A Ddev.c159 p = xdr_decode_hyper(p, &b->slice.start); in nfs4_block_decode_volume()
160 p = xdr_decode_hyper(p, &b->slice.len); in nfs4_block_decode_volume()
161 b->slice.volume = be32_to_cpup(p++); in nfs4_block_decode_volume()
445 ret = bl_parse_deviceid(server, d, volumes, v->slice.volume, gfp_mask); in bl_parse_slice()
449 d->disk_offset = v->slice.start; in bl_parse_slice()
450 d->len = v->slice.len; in bl_parse_slice()
A Dblocklayout.h74 } slice; member
/fs/bfs/
A DKconfig10 and corresponds to the slice marked as "STAND" in the UnixWare
12 on your /stand slice from within Linux. You then also need to say Y

Completed in 115 milliseconds