Searched refs:get_attr (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/drivers/scsi/osd/ |
D | osd_initiator.c | 465 _osd_free_seg(or, &or->get_attr); in osd_end_request() 579 OSD_DEBUG("total_bytes=%d\n", or->get_attr.total_bytes); in _alloc_get_attr_list() 580 return _osd_realloc_seg(or, &or->get_attr, or->get_attr.total_bytes); in _alloc_get_attr_list() 1240 if (!or->get_attr.total_bytes) in osd_req_add_get_attr_list() 1241 or->get_attr.total_bytes = _osd_req_sizeof_alist_header(or); in osd_req_add_get_attr_list() 1281 or->get_attr.total_bytes += in osd_req_add_get_attr_list() 1290 or->get_attr.total_bytes, in osd_req_add_get_attr_list() 1291 or->get_attr.total_bytes - _osd_req_sizeof_alist_header(or), in osd_req_add_get_attr_list() 1334 cpu_to_be32(or->get_attr.total_bytes); in _osd_req_finalize_get_attr_list() 1339 ret = _req_append_segment(or, in_padding, &or->get_attr, NULL, in _osd_req_finalize_get_attr_list() [all …]
|
/linux-3.4.99/include/linux/ |
D | fscache.h | 103 void (*get_attr)(const void *cookie_netfs_data, uint64_t *size); member
|
/linux-3.4.99/fs/nfs/ |
D | fscache-index.c | 331 .get_attr = nfs_fscache_inode_get_attr,
|
/linux-3.4.99/fs/cifs/ |
D | cache.c | 329 .get_attr = cifs_fscache_inode_get_attr,
|
/linux-3.4.99/include/scsi/ |
D | osd_initiator.h | 140 } cdb_cont, set_attr, enc_get_attr, get_attr; member
|
/linux-3.4.99/fs/9p/ |
D | cache.c | 186 .get_attr = v9fs_cache_inode_get_attr,
|
/linux-3.4.99/fs/afs/ |
D | cache.c | 75 .get_attr = afs_vnode_cache_get_attr,
|
/linux-3.4.99/fs/fscache/ |
D | cookie.c | 193 cookie->def->get_attr(cookie->netfs_data, &i_size); in fscache_acquire_non_index_cookie()
|
/linux-3.4.99/fs/cachefiles/ |
D | interface.c | 387 _object->cookie->def->get_attr(_object->cookie->netfs_data, &ni_size); in cachefiles_attr_changed()
|
/linux-3.4.99/Documentation/filesystems/caching/ |
D | backend-api.txt | 308 obtained by calling object->cookie->def->get_aux()/get_attr(). 353 cache can read these from the netfs by calling the cookie's get_attr()
|
D | netfs-api.txt | 134 void (*get_attr)(const void *cookie_netfs_data, 424 will be accessed with the get_attr() cookie definition operation.
|