Home
last modified time | relevance | path

Searched refs:ceph_cap_string (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcaps.c80 const char *ceph_cap_string(int caps) in ceph_cap_string() function
646 session->s_mds, cap_id, ceph_cap_string(issued), seq); in ceph_add_cap()
744 ceph_cap_string(issued), ceph_cap_string(wanted), in ceph_add_cap()
745 ceph_cap_string(actual_wanted)); in ceph_add_cap()
763 inode, ceph_vinop(inode), cap, ceph_cap_string(issued), in ceph_add_cap()
764 ceph_cap_string(issued|cap->issued), seq, mds); in ceph_add_cap()
796 cap, ceph_cap_string(cap->issued), cap->cap_gen, gen); in __cap_is_valid()
821 &ci->vfs_inode, cap, ceph_cap_string(cap->issued)); in __ceph_caps_issued()
892 ceph_cap_string(have), in __ceph_caps_issued_mask()
893 ceph_cap_string(mask)); in __ceph_caps_issued_mask()
[all …]
H A Ddebugfs.c218 ceph_cap_string(cap->issued), in caps_show_cb()
219 ceph_cap_string(cap->implemented)); in caps_show_cb()
263 ceph_cap_string(cw->need), in caps_show()
264 ceph_cap_string(cw->want)); in caps_show()
H A Dfile.c297 inode, ceph_cap_string(wanted), ceph_cap_string(issued)); in ceph_renew_caps()
384 inode, fmode, ceph_cap_string(wanted), in ceph_open()
385 ceph_cap_string(issued)); in ceph_open()
405 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); in ceph_open()
1585 ceph_cap_string(got)); in ceph_read_iter()
1603 ceph_cap_string(got)); in ceph_read_iter()
1610 inode, ceph_vinop(inode), ceph_cap_string(got), (int)ret); in ceph_read_iter()
1799 inode, ceph_vinop(inode), pos, count, ceph_cap_string(got)); in ceph_write_iter()
1864 ceph_cap_string(got)); in ceph_write_iter()
H A Dsnap.c546 inode, capsnap, old_snapc, ceph_cap_string(dirty), in ceph_queue_cap_snap()
638 ceph_cap_string(capsnap->dirty), capsnap->size, in __ceph_finish_cap_snap()
646 capsnap->context->seq, ceph_cap_string(capsnap->dirty), in __ceph_finish_cap_snap()
H A Daddr.c1515 inode, off, (size_t)PAGE_SIZE, ceph_cap_string(got)); in ceph_filemap_fault()
1525 ceph_cap_string(got), ret); in ceph_filemap_fault()
1633 inode, off, len, ceph_cap_string(got)); in ceph_page_mkwrite()
1684 inode, off, len, ceph_cap_string(got), ret); in ceph_page_mkwrite()
H A Dmds_client.c1676 ceph_cap_string(ci->i_dirty_caps), in remove_session_caps_cb()
1685 ceph_cap_string(ci->i_flushing_caps), in remove_session_caps_cb()
2000 inode, cap, ceph_cap_string(mine), ceph_cap_string(oissued), in trim_caps_cb()
2001 ceph_cap_string(used), ceph_cap_string(wanted)); in trim_caps_cb()
3551 dout("releasing r_dir_caps=%s\n", ceph_cap_string(dcaps)); in ceph_mdsc_release_dir_caps()
3562 dout("releasing r_dir_caps=%s\n", ceph_cap_string(dcaps)); in ceph_mdsc_release_dir_caps_no_check()
3737 ceph_cap_string(cap->issued)); in reconnect_caps_cb()
H A Dinode.c1007 ceph_cap_string(info_caps)); in ceph_fill_inode()
2072 dout("setattr %p issued %s\n", inode, ceph_cap_string(issued)); in __ceph_setattr()
2236 ceph_cap_string(dirtied), mask); in __ceph_setattr()
2298 inode, ceph_cap_string(mask), inode->i_mode); in __ceph_do_getattr()
H A Dsuper.h1099 extern const char *ceph_cap_string(int c);
H A Dxattr.c1091 ceph_cap_string(issued)); in __ceph_setxattr()
H A Ddir.c1165 ceph_cap_string(req->r_dir_caps)); in ceph_unlink()