Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dsnap.c506 if (used & CEPH_CAP_FILE_WR) in ceph_queue_cap_snap()
507 dirty |= CEPH_CAP_FILE_WR; in ceph_queue_cap_snap()
518 !(dirty & (CEPH_CAP_ANY_EXCL|CEPH_CAP_FILE_WR))) { in ceph_queue_cap_snap()
534 if (dirty & (CEPH_CAP_ANY_EXCL|CEPH_CAP_FILE_WR)) in ceph_queue_cap_snap()
537 if (!(used & CEPH_CAP_FILE_WR) && in ceph_queue_cap_snap()
581 if (used & CEPH_CAP_FILE_WR) { in ceph_queue_cap_snap()
Dutil.c93 CEPH_CAP_FILE_WR | CEPH_CAP_FILE_BUFFER | in ceph_caps_for_mode()
Dfile.c304 if ((wanted & CEPH_CAP_FILE_RD) && (wanted & CEPH_CAP_FILE_WR)) in ceph_renew_caps()
308 else if (wanted & CEPH_CAP_FILE_WR) in ceph_renew_caps()
1014 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_aio_complete()
1022 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete()
1349 ceph_get_cap_refs(ci, write ? CEPH_CAP_FILE_WR : in ceph_direct_read_write()
1751 err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count, &got); in ceph_write_iter()
1816 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_write_iter()
2088 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got); in ceph_fallocate()
2099 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_fallocate()
2127 ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER, in get_rd_wr_caps()
[all …]
Dinode.c646 CEPH_CAP_FILE_WR | in ceph_fill_file_size()
684 CEPH_CAP_FILE_WR| in ceph_fill_file_time()
2023 (issued & (CEPH_CAP_ANY_EXCL | CEPH_CAP_FILE_WR))) { in __ceph_setattr()
2088 } else if ((issued & CEPH_CAP_FILE_WR) && in __ceph_setattr()
2092 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2099 CEPH_CAP_FILE_RD | CEPH_CAP_FILE_WR; in __ceph_setattr()
2118 CEPH_CAP_FILE_RD | CEPH_CAP_FILE_WR; in __ceph_setattr()
2129 } else if ((issued & CEPH_CAP_FILE_WR) && in __ceph_setattr()
2133 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2140 CEPH_CAP_FILE_RD | CEPH_CAP_FILE_WR; in __ceph_setattr()
Dcaps.c976 used |= CEPH_CAP_FILE_WR; in __ceph_caps_used()
1879 if (ci->i_flushing_caps & CEPH_CAP_FILE_WR) in __ceph_should_report_size()
2030 (cap->issued & CEPH_CAP_FILE_WR)) { in ceph_check_caps()
2606 if (got & CEPH_CAP_FILE_WR) { in ceph_take_cap_refs()
2677 if (have & need & CEPH_CAP_FILE_WR) { in try_get_cap_refs()
2710 (need & CEPH_CAP_FILE_WR)) { in try_get_cap_refs()
2739 (need & (CEPH_CAP_FILE_WR | CEPH_CAP_FILE_EXCL))) { in try_get_cap_refs()
2806 (ci->i_auth_cap->issued & CEPH_CAP_FILE_WR) && in check_max_size()
2820 if (caps & CEPH_CAP_FILE_WR) in get_used_fmode()
3063 if (had & CEPH_CAP_FILE_WR) { in __ceph_put_cap_refs()
Daddr.c1483 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, &got); in ceph_page_mkwrite()
1531 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_page_mkwrite()
1963 if ((need & CEPH_CAP_FILE_WR) && !(flags & CEPH_I_POOL_WR)) { in ceph_pool_perm_check()
/Linux-v5.15/include/linux/ceph/
Dceph_fs.h658 #define CEPH_CAP_FILE_WR (CEPH_CAP_GWR << CEPH_CAP_SFILE) macro
701 #define CEPH_CAP_ANY_FILE_WR (CEPH_CAP_FILE_WR | CEPH_CAP_FILE_BUFFER | \