Searched refs:nlink_t (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_linux.cpp | 36 # define nlink_t __kernel_nlink_t macro 45 # undef nlink_t
|
/freebsd/sys/ufs/ffs/ |
H A D | softdep.h | 357 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 D | ffs_softdep.c | 895 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 D | stat.h | 80 typedef __nlink_t nlink_t; typedef 160 nlink_t st_nlink; /* number of hard links */
|
H A D | types.h | 167 typedef __nlink_t nlink_t; /* link count */ typedef
|
H A D | vnode.h | 287 nlink_t va_nlink; /* number of references to file */
|
/freebsd/lib/libprocstat/ |
H A D | zfs_defs.c | 52 nlink_t va_nlink; /* number of references to file */
|
/freebsd/contrib/mandoc/ |
H A D | compat_fts.h | 70 nlink_t fts_nlink; /* link count */
|
/freebsd/contrib/mtree/ |
H A D | mtree.h | 54 nlink_t st_nlink; /* link count */
|
H A D | spec.c | 605 ip->st_nlink = (nlink_t)strtoul(val, &ep, 10); in set()
|
/freebsd/usr.bin/find/ |
H A D | find.h | 114 nlink_t _l_data; /* link count */
|
H A D | function.c | 1109 new->l_data = (nlink_t)find_parsenum(new, option->name, nlinks, NULL); in c_links()
|
/freebsd/sbin/fsck_ffs/ |
H A D | suj.c | 82 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 D | tarfs.h | 72 nlink_t nlink;
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32.h | 215 nlink_t st_nlink;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 230 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 D | nfsproto.h | 502 nlink_t fa4_nlink;
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_vnops.c | 709 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 D | fuse_internal.c | 694 nlink_t nlink; in fuse_internal_remove()
|