Home
last modified time | relevance | path

Searched refs:NI_FLAG_RESIDENT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dntfs_fs.h86 #define NI_FLAG_RESIDENT 0x00000080 macro
1076 return ni->ni_flags & NI_FLAG_RESIDENT; in is_resident()
H A Dinode.c257 ni->ni_flags |= NI_FLAG_RESIDENT; in ntfs_read_mft()
1527 ni->ni_flags |= NI_FLAG_RESIDENT; in ntfs_create_inode()
H A Dattrib.c331 ni->ni_flags &= ~NI_FLAG_RESIDENT; in attr_make_nonresident()