Lines Matching refs:mds
43 #define CEPH_MOUNT_OPT_MOUNTWAIT (1<<12) /* mount waits if no mds is up */
73 * update the mds to avoid sending another message later.
148 * Each cap is referenced by the inode's i_caps rbtree and by per-mds
156 u64 cap_id; /* unique cap id (mds provided) */
160 int issued; /* latest, from the mds */
163 int mds; /* mds index for this cap */
164 int mds_wanted; /* caps wanted from this mds */
192 * Snapped cap state that is pending flush to mds. When a snapshot occurs,
240 * delegation info. That is, if mds >= 0 || ndist > 0.
252 int mds; /* -1 if same authority as parent */
376 * overlapping, pipelined cap flushes to the mds. we can probably
382 struct list_head i_cap_delay_list; /* for delayed cap release to mds */
384 struct list_head i_cap_snaps; /* snapped state pending flush to mds */
398 u64 i_max_size; /* max file size authorized by mds */
399 u64 i_reported_size; /* (max_)size reported to or requested of mds */
412 struct list_head i_unsafe_dirops; /* uncommitted mds dir ops */
413 struct list_head i_unsafe_iops; /* uncommitted mds inode ops */
536 * These come from src/mds/mdstypes.h in the ceph sources.
744 /* what the mds thinks we want */
1124 int mds);
1148 int mds, int drop, int unless, int force);
1151 int mds, int drop, int unless);