Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dntfs.h325 #define RESIDENT_FLAG_INDEXED 0x01 macro
429 return !attr->non_res && (attr->res.flags & RESIDENT_FLAG_INDEXED); in is_attr_indexed()
H A Dinode.c1427 attr->res.flags = RESIDENT_FLAG_INDEXED; in ntfs_create_inode()
H A Dfrecord.c1538 attr->res.flags = RESIDENT_FLAG_INDEXED; in ni_insert_resident()