Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsnap.c546 if (used & CEPH_CAP_FILE_WR) in ceph_queue_cap_snap()
547 dirty |= CEPH_CAP_FILE_WR; in ceph_queue_cap_snap()
559 !(dirty & (CEPH_CAP_ANY_EXCL|CEPH_CAP_FILE_WR))) { in ceph_queue_cap_snap()
576 if (dirty & (CEPH_CAP_ANY_EXCL|CEPH_CAP_FILE_WR)) in ceph_queue_cap_snap()
579 if (!(used & CEPH_CAP_FILE_WR) && in ceph_queue_cap_snap()
620 if (used & CEPH_CAP_FILE_WR) { in ceph_queue_cap_snap()
H A Dutil.c93 CEPH_CAP_FILE_WR | CEPH_CAP_FILE_BUFFER | in ceph_caps_for_mode()
H A Dfile.c318 if ((wanted & CEPH_CAP_FILE_RD) && (wanted & CEPH_CAP_FILE_WR)) in ceph_renew_caps()
322 else if (wanted & CEPH_CAP_FILE_WR) in ceph_renew_caps()
1221 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_aio_complete()
1229 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete()
1578 ceph_get_cap_refs(ci, write ? CEPH_CAP_FILE_WR : in ceph_direct_read_write()
2312 err = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, pos + count, &got); in ceph_write_iter()
2374 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_write_iter()
2604 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got); in ceph_fallocate()
2619 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_fallocate()
2648 ret = ceph_get_caps(dst_filp, CEPH_CAP_FILE_WR, CEPH_CAP_FILE_BUFFER, in get_rd_wr_caps()
[all …]
H A Dinode.c822 CEPH_CAP_FILE_WR| in ceph_fill_file_time()
2459 (issued & (CEPH_CAP_ANY_EXCL | CEPH_CAP_FILE_WR))) { in __ceph_setattr()
2561 } else if ((issued & CEPH_CAP_FILE_WR) && in __ceph_setattr()
2565 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2572 CEPH_CAP_FILE_RD | CEPH_CAP_FILE_WR; in __ceph_setattr()
2585 CEPH_CAP_FILE_RD | CEPH_CAP_FILE_WR; in __ceph_setattr()
2608 CEPH_CAP_FILE_RD | CEPH_CAP_FILE_WR; in __ceph_setattr()
2634 } else if ((issued & CEPH_CAP_FILE_WR) && in __ceph_setattr()
2638 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2645 CEPH_CAP_FILE_RD | CEPH_CAP_FILE_WR; in __ceph_setattr()
H A Dcaps.c979 used |= CEPH_CAP_FILE_WR; in __ceph_caps_used()
1952 if (ci->i_flushing_caps & CEPH_CAP_FILE_WR) in __ceph_should_report_size()
2111 (cap->issued & CEPH_CAP_FILE_WR)) { in ceph_check_caps()
2713 if (got & CEPH_CAP_FILE_WR) { in ceph_take_cap_refs()
2784 if (have & need & CEPH_CAP_FILE_WR) { in try_get_cap_refs()
2821 (need & CEPH_CAP_FILE_WR)) { in try_get_cap_refs()
2850 (need & (CEPH_CAP_FILE_WR | CEPH_CAP_FILE_EXCL))) { in try_get_cap_refs()
2917 (ci->i_auth_cap->issued & CEPH_CAP_FILE_WR) && in check_max_size()
2931 if (caps & CEPH_CAP_FILE_WR) in get_used_fmode()
3182 if (had & CEPH_CAP_FILE_WR) { in __ceph_put_cap_refs()
H A Daddr.c1719 err = ceph_get_caps(vma->vm_file, CEPH_CAP_FILE_WR, want, off + len, &got); in ceph_page_mkwrite()
1765 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, in ceph_page_mkwrite()
1941 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
2192 if ((need & CEPH_CAP_FILE_WR) && !(flags & CEPH_I_POOL_WR)) { in ceph_pool_perm_check()
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h683 #define CEPH_CAP_FILE_WR (CEPH_CAP_GWR << CEPH_CAP_SFILE) macro
726 #define CEPH_CAP_ANY_FILE_WR (CEPH_CAP_FILE_WR | CEPH_CAP_FILE_BUFFER | \