Symbol: OCFS2_INVALID_SLOT
fs/ocfs2/alloc.c
6056
OCFS2_INVALID_SLOT);
fs/ocfs2/alloc.c
7587
OCFS2_INVALID_SLOT);
fs/ocfs2/inode.c
1523
if (le16_to_cpu(di->i_suballoc_slot) != (u16)OCFS2_INVALID_SLOT &&
fs/ocfs2/ioctl.c
661
OCFS2_INVALID_SLOT);
fs/ocfs2/ioctl.c
669
type, OCFS2_INVALID_SLOT);
fs/ocfs2/localalloc.c
401
OCFS2_INVALID_SLOT);
fs/ocfs2/localalloc.c
557
OCFS2_INVALID_SLOT);
fs/ocfs2/move_extents.c
493
OCFS2_INVALID_SLOT,
fs/ocfs2/move_extents.c
635
OCFS2_INVALID_SLOT);
fs/ocfs2/move_extents.c
660
OCFS2_INVALID_SLOT,
fs/ocfs2/quota_global.c
372
OCFS2_INVALID_SLOT);
fs/ocfs2/quota_local.c
200
OCFS2_INVALID_SLOT);
fs/ocfs2/resize.c
289
OCFS2_INVALID_SLOT);
fs/ocfs2/resize.c
478
OCFS2_INVALID_SLOT);
fs/ocfs2/slot_map.c
100
if (le16_to_cpu(sm->sm_slots[i]) == (u16)OCFS2_INVALID_SLOT)
fs/ocfs2/slot_map.c
182
sm->sm_slots[i] = cpu_to_le16(OCFS2_INVALID_SLOT);
fs/ocfs2/slot_map.c
438
OCFS2_INVALID_SLOT);
fs/ocfs2/slot_map.c
513
osb->slot_num = OCFS2_INVALID_SLOT;
fs/ocfs2/slot_map.c
534
osb->slot_num = OCFS2_INVALID_SLOT;
fs/ocfs2/suballoc.c
1010
int slot = OCFS2_INVALID_SLOT;
fs/ocfs2/suballoc.c
1040
if (slot == OCFS2_INVALID_SLOT)
fs/ocfs2/suballoc.c
1095
if (slot != OCFS2_INVALID_SLOT &&
fs/ocfs2/suballoc.c
1108
if (slot != OCFS2_INVALID_SLOT)
fs/ocfs2/suballoc.c
1184
if (slot != OCFS2_INVALID_SLOT &&
fs/ocfs2/suballoc.c
1209
if (slot != OCFS2_INVALID_SLOT)
fs/ocfs2/suballoc.c
1252
OCFS2_INVALID_SLOT, NULL,
fs/ocfs2/suballoc.c
2800
OCFS2_INVALID_SLOT);
fs/ocfs2/suballoc.c
3172
if (le16_to_cpu(inode_fe->i_suballoc_slot) != (u16)OCFS2_INVALID_SLOT &&
fs/ocfs2/suballoc.c
3282
if (suballoc_slot == (u16)OCFS2_INVALID_SLOT)
fs/ocfs2/suballoc.c
979
osb->s_inode_steal_slot = OCFS2_INVALID_SLOT;
fs/ocfs2/suballoc.c
987
osb->s_meta_steal_slot = OCFS2_INVALID_SLOT;
fs/ocfs2/super.c
1210
mopt->slot = OCFS2_INVALID_SLOT;
fs/ocfs2/super.c
1449
if (osb->preferred_slot != OCFS2_INVALID_SLOT)
fs/ocfs2/super.c
1570
OCFS2_INVALID_SLOT);
fs/ocfs2/super.c
1845
if (osb->slot_num != OCFS2_INVALID_SLOT)
fs/ocfs2/super.c
2034
osb->slot_num = OCFS2_INVALID_SLOT;
fs/ocfs2/super.c
2203
OCFS2_INVALID_SLOT);
fs/ocfs2/sysfile.c
47
BUG_ON(slot == OCFS2_INVALID_SLOT);