Searched refs:os_state (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/misc/ibmasm/ |
D | dot_command.c | 124 int ibmasm_send_os_state(struct service_processor *sp, int os_state) in ibmasm_send_os_state() argument 142 os_state_cmd->data = os_state; in ibmasm_send_os_state()
|
D | ibmasm.h | 197 int ibmasm_send_os_state(struct service_processor *sp, int os_state);
|
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 1922 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) in ocfs2_queue_orphan_scan() 1926 atomic_read(&os->os_state)); in ocfs2_queue_orphan_scan() 1936 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) in ocfs2_queue_orphan_scan() 1958 atomic_read(&os->os_state)); in ocfs2_queue_orphan_scan() 1974 if (atomic_read(&os->os_state) == ORPHAN_SCAN_ACTIVE) in ocfs2_orphan_scan_work() 1985 if (atomic_read(&os->os_state) == ORPHAN_SCAN_ACTIVE) { in ocfs2_orphan_scan_stop() 1986 atomic_set(&os->os_state, ORPHAN_SCAN_INACTIVE); in ocfs2_orphan_scan_stop() 2012 atomic_set(&os->os_state, ORPHAN_SCAN_INACTIVE); in ocfs2_orphan_scan_start() 2014 atomic_set(&os->os_state, ORPHAN_SCAN_ACTIVE); in ocfs2_orphan_scan_start()
|
D | ocfs2.h | 230 atomic_t os_state; /* ACTIVE or INACTIVE */ member
|
D | super.c | 340 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) in ocfs2_osb_dump()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 87 __u32 os_state; /**< obd_statfs_state OS_STATE_* flag */ member
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1477 LASSERTF((int)offsetof(struct obd_statfs, os_state) == 104, "found %lld\n", in lustre_assert_wire_constants() 1478 (long long)(int)offsetof(struct obd_statfs, os_state)); in lustre_assert_wire_constants() 1479 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_state) == 4, "found %lld\n", in lustre_assert_wire_constants() 1480 (long long)(int)sizeof(((struct obd_statfs *)0)->os_state)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1582 __swab32s(&os->os_state); in lustre_swab_obd_statfs()
|