Home
last modified time | relevance | path

Searched refs:object_size (Results 1 – 20 of 20) sorted by relevance

/linux-4.19.296/fs/ceph/
Dioctl.c27 l.object_size = ci->i_layout.object_size; in ceph_ioctl_get_layout()
43 if ((l->object_size & ~PAGE_MASK) || in __validate_layout()
46 ((unsigned)l->object_size % (unsigned)l->stripe_unit))) in __validate_layout()
91 if (l.object_size) in ceph_ioctl_set_layout()
92 nl.object_size = l.object_size; in ceph_ioctl_set_layout()
94 nl.object_size = ci->i_layout.object_size; in ceph_ioctl_set_layout()
122 cpu_to_le32(l.object_size); in ceph_ioctl_set_layout()
166 cpu_to_le32(l.object_size); in ceph_ioctl_set_layout_policy()
201 dl.object_size = ci->i_layout.object_size; in ceph_ioctl_get_dataloc()
Dioctl.h36 __u64 stripe_unit, stripe_count, object_size; member
60 __u64 object_size; /* out: object size */ member
Dcache.c122 loff_t object_size) in ceph_fscache_inode_check_aux() argument
129 i_size_read(inode) != object_size) in ceph_fscache_inode_check_aux()
Dxattr.c67 fl->object_size > 0 || fl->pool_id >= 0 || in ceph_vxattrcb_layout_exists()
93 ci->i_layout.object_size); in ceph_vxattrcb_layout()
99 ci->i_layout.object_size, (unsigned long long)pool); in ceph_vxattrcb_layout()
143 return snprintf(val, size, "%u", ci->i_layout.object_size); in ceph_vxattrcb_layout_object_size()
311 XATTR_LAYOUT_FIELD(dir, layout, object_size),
347 XATTR_LAYOUT_FIELD(file, layout, object_size),
Dfile.c1704 s32 object_size = ci->i_layout.object_size; in ceph_zero_objects() local
1705 u64 object_set_size = object_size * stripe_count; in ceph_zero_objects()
/linux-4.19.296/include/linux/
Dfscache.h95 loff_t object_size);
334 loff_t object_size, in fscache_acquire_cookie() argument
341 netfs_data, object_size, enable); in fscache_acquire_cookie()
680 loff_t object_size, in fscache_write_page() argument
684 return __fscache_write_page(cookie, page, object_size, gfp); in fscache_write_page()
838 loff_t object_size, in fscache_enable_cookie() argument
843 __fscache_enable_cookie(cookie, aux_data, object_size, in fscache_enable_cookie()
Dslab_def.h45 int object_size; member
Dslub_def.h88 unsigned int object_size;/* The size of an object without meta data */ member
Dfscache-cache.h556 loff_t object_size);
/linux-4.19.296/fs/afs/
Dcache.c18 loff_t object_size);
47 loff_t object_size) in afs_vnode_cache_check_aux() argument
/linux-4.19.296/fs/fscache/
Dfsdef.c20 loff_t object_size);
81 loff_t object_size) in fscache_fsdef_netfs_check_aux() argument
Dcookie.c28 loff_t object_size);
133 loff_t object_size) in fscache_alloc_cookie() argument
247 loff_t object_size, in __fscache_acquire_cookie() argument
283 netfs_data, object_size); in __fscache_acquire_cookie()
318 if (fscache_acquire_non_index_cookie(cookie, object_size) == 0) { in __fscache_acquire_cookie()
346 loff_t object_size, in __fscache_enable_cookie() argument
368 if (fscache_acquire_non_index_cookie(cookie, object_size) == 0) in __fscache_enable_cookie()
386 loff_t object_size) in fscache_acquire_non_index_cookie() argument
437 fscache_set_store_limit(object, object_size); in fscache_acquire_non_index_cookie()
Dpage.c966 loff_t object_size, in __fscache_write_page() argument
1019 if (object->store_limit_l != object_size) in __fscache_write_page()
1020 fscache_set_store_limit(object, object_size); in __fscache_write_page()
Dobject.c930 loff_t object_size) in fscache_check_aux() argument
940 data, datalen, object_size); in fscache_check_aux()
/linux-4.19.296/fs/cifs/
Dcache.c91 loff_t object_size) in cifs_fscache_super_check_aux() argument
121 loff_t object_size) in cifs_fscache_inode_check_aux() argument
/linux-4.19.296/fs/nfs/
Dfscache-index.c82 loff_t object_size) in nfs_fscache_inode_check_aux() argument
/linux-4.19.296/include/linux/ceph/
Dceph_fs.h65 u32 object_size; /* until objects are this big */ member
419 __le32 object_size; member
/linux-4.19.296/include/acpi/
Dacpiosxf.h202 u16 object_size,
Dactypes.h1227 u16 object_size; member
/linux-4.19.296/fs/9p/
Dcache.c97 loff_t object_size) in v9fs_cache_inode_check_aux() argument