Lines Matching refs:next_off
1945 sbi->security.next_off =
2173 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1);
2178 /* Zero "left" bytes from sbi->security.next_off. */
2179 sbi->security.next_off += SecurityDescriptorsBlockSize + left;
2188 * 0x00440 == sbi->security.next_off
2192 * zero "tozero" bytes from sbi->security.next_off - tozero
2198 d_security->off = cpu_to_le64(sbi->security.next_off);
2203 err = ntfs_sb_write_run(sbi, &ni->file.run, sbi->security.next_off,
2209 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize;
2269 sbi->security.next_off += aligned_sec_size;