Searched refs:fsid (Results 1 – 8 of 8) sorted by relevance
86 inline bool operator==(const FileSystemId& fsid) const;87 inline bool operator!=(const FileSystemId& fsid) const;152 FileSystemId::operator==(const FileSystemId& fsid) const154 return fMajor == fsid.fMajor && fMinor == fsid.fMinor;159 FileSystemId::operator!=(const FileSystemId& fsid) const161 return !operator==(fsid);
723 FileSystemId fsid; in _DecodeAttrs() local724 fsid.fMajor = stream.GetUHyper(); in _DecodeAttrs()725 fsid.fMinor = stream.GetUHyper(); in _DecodeAttrs()727 values[current].fData.fPointer = malloc(sizeof(fsid)); in _DecodeAttrs()728 memcpy(values[current].fData.fPointer, &fsid, sizeof(fsid)); in _DecodeAttrs()
254 FileSystemId* fsid = reinterpret_cast<FileSystemId*>(data); in GetDirSnapshot() local255 if (*fsid != fFileSystem->FsId()) in GetDirSnapshot()
211 FileSystemId* fsid in Mount() local227 fs->fFsId = *fsid; in Mount()
116 FileSystemId* fsid in CreateInode() local118 if (*fsid != fs->FsId()) { in CreateInode()
188 FileSystemId* fsid in LookUp() local190 if (*fsid != fFileSystem->FsId()) { in LookUp()
101 uuid_t fsid; member217 uuid_t fsid; member223 uuid_t fsid; member
59 uuid_generate(fsid); in Initialize()