Home
last modified time | relevance | path

Searched refs:USE_ANY_MDS (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/ceph/
Dexport.c77 USE_ANY_MDS); in __fh_to_dentry()
133 USE_ANY_MDS); in __get_parent()
211 USE_ANY_MDS); in ceph_get_name()
Dmds_client.h189 USE_ANY_MDS, enumerator
Ddir.c770 req = ceph_mdsc_create_request(mdsc, op, USE_ANY_MDS); in ceph_lookup()
1268 req = ceph_mdsc_create_request(mdsc, op, USE_ANY_MDS); in ceph_d_revalidate()
Dsuper.c891 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_GETATTR, USE_ANY_MDS); in open_root_dentry()
Dfile.c183 int want_auth = USE_ANY_MDS; in prepare_open_request()
Dinode.c2229 mode = (mask & CEPH_STAT_RSTAT) ? USE_AUTH_MDS : USE_ANY_MDS; in __ceph_do_getattr()
Dmds_client.c823 if (mode == USE_ANY_MDS && frag.ndist > 0) { in __choose_mds()