Home
last modified time | relevance | path

Searched refs:new_sec (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/hpfs/
Dea.c315 secno new_sec; in hpfs_set_ea() local
317 if (!(new_sec = hpfs_alloc_sector(s, fno, 1, 1 - ((pos + 511) >> 9)))) in hpfs_set_ea()
323 hpfs_free_sectors(s, new_sec, (pos + 511) >> 9); in hpfs_set_ea()
326 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { in hpfs_set_ea()
328 hpfs_free_sectors(s, new_sec, (pos + 511) >> 9); in hpfs_set_ea()
337 fnode->ea_secno = cpu_to_le32(new_sec); in hpfs_set_ea()
/linux-4.4.14/fs/f2fs/
Dsegment.c873 unsigned int *newseg, bool new_sec, int dir) in get_new_segment() argument
887 if (!new_sec && ((*newseg + 1) % sbi->segs_per_sec)) { in get_new_segment()
984 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument
998 get_new_segment(sbi, &segno, new_sec, dir); in new_curseg()