Home
last modified time | relevance | path

Searched refs:RECORD_FLAG_IN_USE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dntfs.h264 RECORD_FLAG_IN_USE = cpu_to_le16(0x0001), enumerator
319 return rec->flags & RECORD_FLAG_IN_USE; in is_rec_inuse()
324 return rec->flags &= ~RECORD_FLAG_IN_USE; in clear_rec_inuse()
H A Drecord.c432 rec->flags = RECORD_FLAG_IN_USE | flags; in mi_format_new()

Completed in 5 milliseconds