• Home
  • Raw
  • Download

Lines Matching refs:ops

102 	const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops;  in fat_ent_bread()  local
113 ops->ent_set_ptr(fatent, offset); in fat_ent_bread()
323 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr() local
344 ops->ent_set_ptr(fatent, offset); in fat_ent_update_ptr()
352 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read() local
363 ops->ent_blocknr(sb, entry, &offset, &blocknr); in fat_ent_read()
367 err = ops->ent_bread(sb, fatent, offset, blocknr); in fat_ent_read()
371 return ops->ent_get(fatent); in fat_ent_read()
410 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write() local
413 ops->ent_put(fatent, new); in fat_ent_write()
435 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block() local
440 ops->ent_blocknr(sb, fatent->entry, &offset, &blocknr); in fat_ent_read_block()
441 return ops->ent_bread(sb, fatent, offset, blocknr); in fat_ent_read_block()
466 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters() local
495 if (ops->ent_get(&fatent) == FAT_ENT_FREE) { in fat_alloc_clusters()
499 ops->ent_put(&fatent, FAT_ENT_EOF); in fat_alloc_clusters()
501 ops->ent_put(&prev_ent, entry); in fat_alloc_clusters()
554 const struct fatent_operations *ops = sbi->fatent_ops; in fat_free_clusters() local
593 ops->ent_put(&fatent, FAT_ENT_FREE); in fat_free_clusters()
639 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_reada() local
643 ops->ent_blocknr(sb, fatent->entry, &offset, &blocknr); in fat_ent_reada()
652 const struct fatent_operations *ops = sbi->fatent_ops; in fat_count_free_clusters() local
681 if (ops->ent_get(&fatent) == FAT_ENT_FREE) in fat_count_free_clusters()