• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/

Lines Matching refs:slot

806 				       u32 slot,
819 alloc_inode = ocfs2_get_system_file_inode(osb, type, slot);
837 ac->ac_alloc_slot = slot;
867 slot, bits_wanted, free_bits);
919 static void __ocfs2_set_steal_slot(struct ocfs2_super *osb, int slot, int type)
923 osb->s_inode_steal_slot = slot;
925 osb->s_meta_steal_slot = slot;
931 int slot = OCFS2_INVALID_SLOT;
935 slot = osb->s_inode_steal_slot;
937 slot = osb->s_meta_steal_slot;
940 return slot;
958 int slot = __ocfs2_get_steal_slot(osb, type);
960 /* Start to steal resource from the first slot after ours. */
961 if (slot == OCFS2_INVALID_SLOT)
962 slot = osb->slot_num + 1;
964 for (i = 0; i < osb->max_slots; i++, slot++) {
965 if (slot == osb->max_slots)
966 slot = 0;
968 if (slot == osb->slot_num)
973 (u32)slot, NULL,
976 __ocfs2_set_steal_slot(osb, slot, type);
1003 int slot = ocfs2_get_meta_steal_slot(osb);
1016 if (slot != OCFS2_INVALID_SLOT &&
1029 if (slot != OCFS2_INVALID_SLOT)
1072 int slot = ocfs2_get_inode_steal_slot(osb);
1096 * slot is set when we successfully steal inode from other nodes.
1100 * 3. when we successfully allocate from our own slot.
1104 if (slot != OCFS2_INVALID_SLOT &&
1129 if (slot != OCFS2_INVALID_SLOT)
2030 * same slot the parent dir belongs to, use the same chunk.
2033 * ac_last_group to a group descriptor from a different (unlocked) slot.
2763 mlog(ML_ERROR, "inode %llu has invalid suballoc slot %u\n",
2861 mlog(ML_ERROR, "get alloc slot and bit failed %d\n", status);
2872 mlog(ML_ERROR, "unable to get alloc inode in slot %u\n",
2881 mlog(ML_ERROR, "lock on alloc inode on slot %u failed %d\n",