Home
last modified time | relevance | path

Searched refs:vob (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c327 struct ccc_object *vob; in ccc_object_alloc() local
330 vob = kmem_cache_alloc(ccc_object_kmem, GFP_NOFS | __GFP_ZERO); in ccc_object_alloc()
331 if (vob != NULL) { in ccc_object_alloc()
334 obj = ccc2lu(vob); in ccc_object_alloc()
335 hdr = &vob->cob_header; in ccc_object_alloc()
340 vob->cob_cl.co_ops = clops; in ccc_object_alloc()
348 struct ccc_object *vob, in ccc_object_init0() argument
351 vob->cob_inode = conf->coc_inode; in ccc_object_init0()
352 vob->cob_transient_pages = 0; in ccc_object_init0()
353 cl_object_page_init(&vob->cob_cl, sizeof(struct ccc_page)); in ccc_object_init0()
[all …]
Dglimpse.c73 struct ccc_object *vob = cl_inode2ccc(inode); in dirty_cnt() local
80 if (cnt == 0 && atomic_read(&vob->cob_mmap_cnt) > 0) in dirty_cnt()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_mmap.c429 struct ccc_object *vob = cl_inode2ccc(inode); in ll_vm_open() local
432 LASSERT(atomic_read(&vob->cob_mmap_cnt) >= 0); in ll_vm_open()
433 atomic_inc(&vob->cob_mmap_cnt); in ll_vm_open()
442 struct ccc_object *vob = cl_inode2ccc(inode); in ll_vm_close() local
445 atomic_dec(&vob->cob_mmap_cnt); in ll_vm_close()
446 LASSERT(atomic_read(&vob->cob_mmap_cnt) >= 0); in ll_vm_close()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlclient.h281 int ccc_object_init0(const struct lu_env *env, struct ccc_object *vob,
337 struct lu_object *ccc2lu (struct ccc_object *vob);