Home
last modified time | relevance | path

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

/fs/erofs/
Dxattr.c227 unsigned int value_sz, processed, slice; in xattr_foreach() local
275 slice = min_t(unsigned int, PAGE_SIZE - it->ofs, in xattr_foreach()
279 err = op->name(it, processed, it->kaddr + it->ofs, slice); in xattr_foreach()
285 it->ofs += slice; in xattr_foreach()
286 processed += slice; in xattr_foreach()
310 slice = min_t(unsigned int, PAGE_SIZE - it->ofs, in xattr_foreach()
312 op->value(it, processed, it->kaddr + it->ofs, slice); in xattr_foreach()
313 it->ofs += slice; in xattr_foreach()
314 processed += slice; in xattr_foreach()
/fs/efs/
Dsuper.c161 int pt_type, slice = -1; in module_exit() local
218 slice = i; in module_exit()
222 if (slice == -1) { in module_exit()
226 pr_info("using slice %d (type %s, offset 0x%x)\n", slice, in module_exit()
/fs/nfs/blocklayout/
Ddev.c101 p = xdr_decode_hyper(p, &b->slice.start); in nfs4_block_decode_volume()
102 p = xdr_decode_hyper(p, &b->slice.len); in nfs4_block_decode_volume()
103 b->slice.volume = be32_to_cpup(p++); in nfs4_block_decode_volume()
407 ret = bl_parse_deviceid(server, d, volumes, v->slice.volume, gfp_mask); in bl_parse_slice()
411 d->disk_offset = v->slice.start; in bl_parse_slice()
412 d->len = v->slice.len; in bl_parse_slice()
Dblocklayout.h74 } slice; member
/fs/bfs/
DKconfig9 and corresponds to the slice marked as "STAND" in the UnixWare
11 on your /stand slice from within Linux. You then also need to say Y