Home
last modified time | relevance | path

Searched refs:USE_AUTH_MDS (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/fs/ceph/
Ddir.c326 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_readdir()
333 req->r_direct_mode = USE_AUTH_MDS; in ceph_readdir()
681 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_MKNOD, USE_AUTH_MDS); in ceph_mknod()
736 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SYMLINK, USE_AUTH_MDS); in ceph_symlink()
775 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_mkdir()
810 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LINK, USE_AUTH_MDS); in ceph_link()
877 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_unlink()
911 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_RENAME, USE_AUTH_MDS); in ceph_rename()
Dioctl.c95 USE_AUTH_MDS); in ceph_ioctl_set_layout()
159 USE_AUTH_MDS); in ceph_ioctl_set_layout_policy()
Dmds_client.h150 USE_AUTH_MDS, /* prefer authoritative mds for this metadata item */ enumerator
Dlocks.c23 req = ceph_mdsc_create_request(mdsc, operation, USE_AUTH_MDS); in ceph_lock_message()
Dxattr.c735 USE_AUTH_MDS); in ceph_sync_setxattr()
867 USE_AUTH_MDS); in ceph_send_removexattr()
Dmds_client.c724 mode = USE_AUTH_MDS; in __choose_mds()
740 if (mode == USE_AUTH_MDS) in __choose_mds()
2107 } else if (req->r_direct_mode != USE_AUTH_MDS) { in handle_reply()
2109 req->r_direct_mode = USE_AUTH_MDS; in handle_reply()
Dfile.c49 want_auth = USE_AUTH_MDS; in prepare_open_request()
Dinode.c1558 USE_AUTH_MDS); in ceph_setattr()