Searched refs:os_state (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/misc/ibmasm/
H A Ddot_command.c124 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 Dibmasm.h197 int ibmasm_send_os_state(struct service_processor *sp, int os_state);
/linux-4.1.27/fs/ocfs2/
H A Djournal.c1895 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 Docfs2.h230 atomic_t os_state; /* ACTIVE or INACTIVE */ member in struct:ocfs2_orphan_scan
H A Dsuper.c338 if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE) ocfs2_osb_dump()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h87 __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 Dpack_generic.c1737 __swab32s(&os->os_state); lustre_swab_obd_statfs()
H A Dwiretest.c1479 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