Lines Matching defs:loc
38 static int __exfat_ent_get(struct super_block *sb, unsigned int loc,
45 sec = FAT_ENT_OFFSET_SECTOR(sb, loc);
46 off = FAT_ENT_OFFSET_BYTE_IN_SECTOR(sb, loc);
62 int exfat_ent_set(struct super_block *sb, unsigned int loc,
70 sec = FAT_ENT_OFFSET_SECTOR(sb, loc);
71 off = FAT_ENT_OFFSET_BYTE_IN_SECTOR(sb, loc);
85 int exfat_ent_get(struct super_block *sb, unsigned int loc,
91 if (!is_valid_cluster(sbi, loc)) {
93 loc);
97 err = __exfat_ent_get(sb, loc, content);
101 loc, err);
108 loc);
115 loc);
122 loc, *content);