Lines Matching defs:slot
140 /* Support for the extended slot map */
290 /* Slot map indicator for an empty slot */
363 /* Slot-specific system inodes (one copy per slot) */
467 __le16 l_next_free_rec; /* Next unused extent slot */
483 __le16 cl_next_free_rec; /* Next unused chain slot */
525 * On disk slot map for OCFS2. This defines the contents of the "slot_map"
526 * system file. A slot is valid if it contains a node number >= 0. The
527 * value -1 (0xFFFF) is OCFS2_INVALID_SLOT. This marks a slot empty.
545 * The extended slot map, used when OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP
547 * has room to grow. Unlike the old slot map, this format is defined by
1568 int type, int slot)
1575 * list has a copy per slot.
1583 slot);