Searched refs:USE_AUTH_MDS (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/ceph/ |
D | dir.c | 376 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()
|
D | ioctl.c | 108 USE_AUTH_MDS); in ceph_ioctl_set_layout() 153 USE_AUTH_MDS); in ceph_ioctl_set_layout_policy()
|
D | locks.c | 82 req = ceph_mdsc_create_request(mdsc, operation, USE_AUTH_MDS); in ceph_lock_message() 188 USE_AUTH_MDS); in ceph_lock_wait_for_completion()
|
D | mds_client.h | 191 USE_AUTH_MDS, /* prefer authoritative mds for this metadata item */ enumerator
|
D | mds_client.c | 799 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()
|
D | inode.c | 1960 USE_AUTH_MDS); in __ceph_setattr() 2209 mode = (mask & CEPH_STAT_RSTAT) ? USE_AUTH_MDS : USE_ANY_MDS; in __ceph_do_getattr()
|
D | xattr.c | 972 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_sync_setxattr()
|
D | file.c | 187 want_auth = USE_AUTH_MDS; in prepare_open_request()
|