Home
last modified time | relevance | path

Searched refs:fs_st_dev (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h229 dev_t fs_st_dev = 0; variable
250 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc352 return UniqueID(fs_st_dev, fs_st_ino);
640 return A.fs_st_dev == B.fs_st_dev && A.fs_st_ino == B.fs_st_ino;