Searched refs:USE_AUTH_MDS (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/ceph/ |
D | dir.c | 332 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_readdir() 341 req->r_direct_mode = USE_AUTH_MDS; in ceph_readdir() 715 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_MKNOD, USE_AUTH_MDS); in ceph_mknod() 762 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SYMLINK, USE_AUTH_MDS); in ceph_symlink() 814 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_mkdir() 858 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LINK, USE_AUTH_MDS); in ceph_link() 925 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_unlink() 963 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 | 162 USE_AUTH_MDS, /* prefer authoritative mds for this metadata item */ enumerator
|
D | xattr.c | 875 USE_AUTH_MDS); in ceph_sync_setxattr() 1026 USE_AUTH_MDS); in ceph_send_removexattr()
|
D | mds_client.c | 733 if (!inode || mode == USE_AUTH_MDS) { in __choose_mds() 774 mode = USE_AUTH_MDS; in __choose_mds() 790 if (mode == USE_AUTH_MDS) in __choose_mds() 2400 if (req->r_direct_mode != USE_AUTH_MDS) { in handle_reply() 2402 req->r_direct_mode = USE_AUTH_MDS; in handle_reply()
|
D | file.c | 52 want_auth = USE_AUTH_MDS; in prepare_open_request()
|
D | inode.c | 1736 USE_AUTH_MDS); in ceph_setattr()
|