Searched refs:USE_AUTH_MDS (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/ceph/ |
D | dir.c | 326 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_readdir() 335 req->r_direct_mode = USE_AUTH_MDS; in ceph_readdir() 725 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_MKNOD, USE_AUTH_MDS); in ceph_mknod() 772 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SYMLINK, USE_AUTH_MDS); in ceph_symlink() 824 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_mkdir() 868 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LINK, USE_AUTH_MDS); in ceph_link() 935 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_unlink() 973 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_rename()
|
D | ioctl.c | 107 USE_AUTH_MDS); in ceph_ioctl_set_layout() 152 USE_AUTH_MDS); in ceph_ioctl_set_layout_policy()
|
D | locks.c | 48 req = ceph_mdsc_create_request(mdsc, operation, USE_AUTH_MDS); in ceph_lock_message() 131 USE_AUTH_MDS); in ceph_lock_wait_for_completion()
|
D | mds_client.h | 161 USE_AUTH_MDS, /* prefer authoritative mds for this metadata item */ enumerator
|
D | xattr.c | 875 USE_AUTH_MDS); in ceph_sync_setxattr() 1051 USE_AUTH_MDS); in ceph_send_removexattr()
|
D | mds_client.c | 753 if (!inode || mode == USE_AUTH_MDS) { in __choose_mds() 794 mode = USE_AUTH_MDS; in __choose_mds() 810 if (mode == USE_AUTH_MDS) in __choose_mds() 2447 if (req->r_direct_mode != USE_AUTH_MDS) { in handle_reply() 2449 req->r_direct_mode = USE_AUTH_MDS; in handle_reply()
|
D | file.c | 120 want_auth = USE_AUTH_MDS; in prepare_open_request()
|
D | inode.c | 1798 USE_AUTH_MDS); in ceph_setattr()
|