Home
last modified time | relevance | path

Searched refs:parent_ino (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/tests/sys/fs/fusefs/
HDmknod.cc71 void expect_mknod(uint64_t parent_ino, const char* relpath, uint64_t ino, in expect_mknod() argument
78 return (in.header.nodeid == parent_ino && in expect_mknod()
114 void expect_mknod(uint64_t parent_ino, const char* relpath, uint64_t ino, in expect_mknod() argument
121 return (in.header.nodeid == parent_ino && in expect_mknod()
HDsymlink.cc172 TEST_F(Symlink, parent_ino) in TEST_F() argument
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
HDzpl.h160 parent_ino(file_dentry(file)), DT_DIR) == 0); in zpl_dir_emit_dotdot()
/freebsd-13-stable/sys/ufs/ufs/
HDufs_lookup.c1418 ufs_checkpath(ino_t source_ino, ino_t parent_ino, struct inode *target, in ufs_checkpath() argument
1433 if (target->i_number == parent_ino) in ufs_checkpath()
1447 if (dd_ino == parent_ino) in ufs_checkpath()