/third_party/node/lib/internal/fs/ |
H A D | utils.js | 412 function StatsBase(dev, mode, nlink, uid, gid, rdev, blksize, 416 this.nlink = nlink; 478 function BigIntStats(dev, mode, nlink, uid, gid, rdev, blksize, 481 ReflectApply(StatsBase, this, [dev, mode, nlink, uid, gid, rdev, blksize, 509 function Stats(dev, mode, nlink, uid, gid, rdev, blksize, 512 FunctionPrototypeCall(StatsBase, this, dev, mode, nlink, uid, gid, rdev,
|
H A D | recursive_watch.js | 186 currentStats.nlink !== 0 && existingStat.mtimeMs === currentStats.mtimeMs) {
|
/third_party/backends/backend/ |
H A D | plustek-pp_procfs.c | 284 ent->nlink = 2; in new_entry() 287 ent->nlink = 1; in new_entry()
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 221 #nlink; 222 get nlink() { 223 return this.#nlink; 887 * information, such as `mode`, `dev`, `nlink`, and `ino`. If that 923 const { atime, atimeMs, birthtime, birthtimeMs, blksize, blocks, ctime, ctimeMs, dev, gid, ino, mode, mtime, mtimeMs, nlink, rdev, size, uid, } = st; 938 this.#nlink = nlink; 1532 * information, such as `mode`, `dev`, `nlink`, and `ino`. If that
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 193 #nlink; 194 get nlink() { 195 return this.#nlink; 859 * information, such as `mode`, `dev`, `nlink`, and `ino`. If that 895 const { atime, atimeMs, birthtime, birthtimeMs, blksize, blocks, ctime, ctimeMs, dev, gid, ino, mode, mtime, mtimeMs, nlink, rdev, size, uid, } = st; 910 this.#nlink = nlink; 1501 * information, such as `mode`, `dev`, `nlink`, and `ino`. If that
|
/third_party/python/Modules/ |
H A D | getpath.c | 432 int nlink = 0; variable 462 nlink++; 464 if (nlink >= 40) {
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.h | 93 nlink_t nlink;
member in NWindows::NFile::NFind::CFileInfoBase
|
H A D | FileFind.cpp | 91 nlink = 0;
in ClearBase() 1058 nlink = st.st_nlink;
in SetFrom_stat()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 89 __u32 nlink; member
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | dir.c | 2872 int nlink = 0; in ntfs_dir_link_cnt() local 2889 err = ntfs_readdir(ni, &pos, &nlink, nlink_increment); in ntfs_dir_link_cnt() 2891 nlink = 0; in ntfs_dir_link_cnt() 2905 nlink++; in ntfs_dir_link_cnt() 2908 nlink = 0; in ntfs_dir_link_cnt() 2911 if (!nlink) in ntfs_dir_link_cnt() 2912 ntfs_log_perror("Failed to compute nlink of inode %lld", in ntfs_dir_link_cnt() 2915 return (nlink); in ntfs_dir_link_cnt()
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 251 static int st_check_nlink(struct stat *st, nlink_t nlink) in st_check_nlink() argument 253 if (st->st_nlink != nlink) { in st_check_nlink() 254 ERROR("nlink %li instead of %li", (long) st->st_nlink, in st_check_nlink() 255 (long) nlink); in st_check_nlink() 261 static int check_nlink(const char *path, nlink_t nlink) in check_nlink() argument 269 return st_check_nlink(&stbuf, nlink); in check_nlink()
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 263 uint32_t nlink; member
|
/third_party/eudev/test/ |
H A D | udev-test.pl | 1420 my ($dev, $ino, $mode, $nlink, $uid, $gid, $rdev, $size,
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 79 attr->nlink = stbuf->st_nlink; in convert_stat()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 62 attr->nlink = stbuf->st_nlink; in convert_stat()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |