Home
last modified time | relevance | path

Searched refs:nlink (Results 1 - 16 of 16) sorted by relevance

/third_party/node/lib/internal/fs/
H A Dutils.js412 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 Drecursive_watch.js186 currentStats.nlink !== 0 && existingStat.mtimeMs === currentStats.mtimeMs) {
/third_party/backends/backend/
H A Dplustek-pp_procfs.c284 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 Dindex.js221 #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 Dindex.js193 #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 Dgetpath.c432 int nlink = 0; variable
462 nlink++;
464 if (nlink >= 40) {
/third_party/lzma/CPP/Windows/
H A DFileFind.h93 nlink_t nlink; member in NWindows::NFile::NFind::CFileInfoBase
H A DFileFind.cpp91 nlink = 0; in ClearBase()
1058 nlink = st.st_nlink; in SetFrom_stat()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h89 __u32 nlink; member
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c2872 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 Dtest_syscalls.c251 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 Dfuse_kernel.h263 uint32_t nlink; member
/third_party/eudev/test/
H A Dudev-test.pl1420 my ($dev, $ino, $mode, $nlink, $uid, $gid, $rdev, $size,
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c79 attr->nlink = stbuf->st_nlink; in convert_stat()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c62 attr->nlink = stbuf->st_nlink; in convert_stat()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]

Completed in 38 milliseconds