Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Ddir.c376 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_readdir()
385 req->r_direct_mode = USE_AUTH_MDS; in ceph_readdir()
841 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_MKNOD, USE_AUTH_MDS); in ceph_mknod()
894 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SYMLINK, USE_AUTH_MDS); in ceph_symlink()
953 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_mkdir()
998 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LINK, USE_AUTH_MDS); in ceph_link()
1046 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_unlink()
1094 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_rename()
Dioctl.c108 USE_AUTH_MDS); in ceph_ioctl_set_layout()
153 USE_AUTH_MDS); in ceph_ioctl_set_layout_policy()
Dlocks.c82 req = ceph_mdsc_create_request(mdsc, operation, USE_AUTH_MDS); in ceph_lock_message()
188 USE_AUTH_MDS); in ceph_lock_wait_for_completion()
Dmds_client.h191 USE_AUTH_MDS, /* prefer authoritative mds for this metadata item */ enumerator
Dmds_client.c799 if (!inode || mode == USE_AUTH_MDS) { in __choose_mds()
843 mode = USE_AUTH_MDS; in __choose_mds()
859 if (mode == USE_AUTH_MDS) in __choose_mds()
2590 if (req->r_direct_mode != USE_AUTH_MDS) { in handle_reply()
2592 req->r_direct_mode = USE_AUTH_MDS; in handle_reply()
Dinode.c1960 USE_AUTH_MDS); in __ceph_setattr()
2209 mode = (mask & CEPH_STAT_RSTAT) ? USE_AUTH_MDS : USE_ANY_MDS; in __ceph_do_getattr()
Dxattr.c972 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_sync_setxattr()
Dfile.c187 want_auth = USE_AUTH_MDS; in prepare_open_request()