Home
last modified time | relevance | path

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

/linux/fs/fscache/
A Dobject.c41 #define WORK_STATE(n, sn, f) \ macro
76 static WORK_STATE(INIT_OBJECT, "INIT", fscache_initialise_object);
77 static WORK_STATE(PARENT_READY, "PRDY", fscache_parent_ready);
78 static WORK_STATE(ABORT_INIT, "ABRT", fscache_abort_initialisation);
79 static WORK_STATE(LOOK_UP_OBJECT, "LOOK", fscache_look_up_object);
84 static WORK_STATE(UPDATE_OBJECT, "UPDT", fscache_update_object);
86 static WORK_STATE(LOOKUP_FAILURE, "LCFL", fscache_lookup_failure);
87 static WORK_STATE(KILL_OBJECT, "KILL", fscache_kill_object);
88 static WORK_STATE(KILL_DEPENDENTS, "KDEP", fscache_kill_dependents);
89 static WORK_STATE(DROP_OBJECT, "DROP", fscache_drop_object);
[all …]

Completed in 4 milliseconds