Searched refs:os_state (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/misc/ibmasm/ |
H A D | dot_command.c | 124 int ibmasm_send_os_state(struct service_processor *sp, int os_state) ibmasm_send_os_state() argument 142 os_state_cmd->data = os_state; ibmasm_send_os_state()
|
H A D | ibmasm.h | 197 int ibmasm_send_os_state(struct service_processor *sp, int os_state);
|
/linux-4.1.27/fs/ocfs2/ |
H A D | journal.c | 1895 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) ocfs2_queue_orphan_scan() 1899 atomic_read(&os->os_state)); ocfs2_queue_orphan_scan() 1909 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) ocfs2_queue_orphan_scan() 1931 atomic_read(&os->os_state)); ocfs2_queue_orphan_scan() 1947 if (atomic_read(&os->os_state) == ORPHAN_SCAN_ACTIVE) ocfs2_orphan_scan_work() 1958 if (atomic_read(&os->os_state) == ORPHAN_SCAN_ACTIVE) { ocfs2_orphan_scan_stop() 1959 atomic_set(&os->os_state, ORPHAN_SCAN_INACTIVE); ocfs2_orphan_scan_stop() 1985 atomic_set(&os->os_state, ORPHAN_SCAN_INACTIVE); ocfs2_orphan_scan_start() 1987 atomic_set(&os->os_state, ORPHAN_SCAN_ACTIVE); ocfs2_orphan_scan_start()
|
H A D | ocfs2.h | 230 atomic_t os_state; /* ACTIVE or INACTIVE */ member in struct:ocfs2_orphan_scan
|
H A D | super.c | 338 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) ocfs2_osb_dump()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_user.h | 87 __u32 os_state; /**< obd_statfs_state OS_STATE_* flag */ member in struct:obd_statfs
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | pack_generic.c | 1737 __swab32s(&os->os_state); lustre_swab_obd_statfs()
|
H A D | wiretest.c | 1479 LASSERTF((int)offsetof(struct obd_statfs, os_state) == 104, "found %lld\n", lustre_assert_wire_constants() 1480 (long long)(int)offsetof(struct obd_statfs, os_state)); lustre_assert_wire_constants() 1481 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_state) == 4, "found %lld\n", lustre_assert_wire_constants() 1482 (long long)(int)sizeof(((struct obd_statfs *)0)->os_state)); lustre_assert_wire_constants()
|
Completed in 1228 milliseconds