Home
last modified time | relevance | path

Searched refs:nlink_t (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cpp36 # define nlink_t __kernel_nlink_t macro
45 # undef nlink_t
/freebsd/sys/ufs/ffs/
H A Dsoftdep.h357 nlink_t id_nlinkdelta; /* saved effective link count */
358 nlink_t id_nlinkwrote; /* i_nlink that we wrote to disk */
359 nlink_t id_savednlink; /* Link saved during rollback */
797 nlink_t if_nlink; /* nlink before addition. */
H A Dffs_softdep.c895 struct inode *ip, off_t, nlink_t);
898 static inline void newinoref(struct inoref *, ino_t, ino_t, off_t, nlink_t,
4298 nlink_t nlink) in newjremref()
4317 nlink_t nlink, in newinoref()
/freebsd/sys/sys/
H A Dstat.h80 typedef __nlink_t nlink_t; typedef
160 nlink_t st_nlink; /* number of hard links */
H A Dtypes.h167 typedef __nlink_t nlink_t; /* link count */ typedef
H A Dvnode.h287 nlink_t va_nlink; /* number of references to file */
/freebsd/lib/libprocstat/
H A Dzfs_defs.c52 nlink_t va_nlink; /* number of references to file */
/freebsd/contrib/mandoc/
H A Dcompat_fts.h70 nlink_t fts_nlink; /* link count */
/freebsd/contrib/mtree/
H A Dmtree.h54 nlink_t st_nlink; /* link count */
H A Dspec.c605 ip->st_nlink = (nlink_t)strtoul(val, &ep, 10); in set()
/freebsd/usr.bin/find/
H A Dfind.h114 nlink_t _l_data; /* link count */
H A Dfunction.c1109 new->l_data = (nlink_t)find_parsenum(new, option->name, nlinks, NULL); in c_links()
/freebsd/sbin/fsck_ffs/
H A Dsuj.c82 nlink_t si_nlinkadj;
83 nlink_t si_nlink;
84 nlink_t si_dotlinks;
1114 nlink_t nlink; in ino_adjust()
1115 nlink_t reqlink; in ino_adjust()
1421 nlink_t dotlinks; in ino_check()
1422 nlink_t newlinks; in ino_check()
1423 nlink_t removes; in ino_check()
1424 nlink_t nlink; in ino_check()
/freebsd/sys/fs/tarfs/
H A Dtarfs.h72 nlink_t nlink;
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h215 nlink_t st_nlink;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h230 nlink_t fs_st_nlinks = 0;
244 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
/freebsd/sys/nfs/
H A Dnfsproto.h502 nlink_t fa4_nlink;
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c709 if ((nlink_t)ip->i_nlink >= EXT4_LINK_MAX) { in ext2_link()
1315 if ((nlink_t)dp->i_nlink >= EXT4_LINK_MAX && in ext2_mkdir()
/freebsd/sys/fs/fuse/
H A Dfuse_internal.c694 nlink_t nlink; in fuse_internal_remove()