Searched refs:ino_t (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dgetdents_helper.h19 GetDentsHelper(ino_t curdir_ino, ino_t parentdir_ino);
22 void AddDirent(ino_t ino, const char* name, size_t namelen);
29 ino_t curdir_ino_;
30 ino_t parentdir_ino_;
H A Dinode_pool.h21 ino_t Acquire() {
42 void Release(ino_t ino) {
54 std::vector<ino_t> inos_;
H A Dgetdents_helper.cc22 GetDentsHelper::GetDentsHelper(ino_t curdir_ino, ino_t parentdir_ino)
42 void GetDentsHelper::AddDirent(ino_t ino, const char* name, size_t namelen) {
H A Dmount_node_dir.cc20 const ino_t kParentDirIno = -1;
123 ino_t ino = it->second->stat_.st_ino;
H A Dmount_node_html5fs.cc97 const ino_t kCurDirIno = -1;
98 const ino_t kParentDirIno = -2;
/external/chromium_org/sandbox/linux/suid/
H A Dlinux_util.h19 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode);
H A Dlinux_util.c29 static bool ProcPathGetInodeAt(ino_t* inode_out, int base_dir_fd,
65 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode) {
113 ino_t fd_inode;
/external/chromium/base/
H A Dlinux_util.h29 bool FileDescriptorGetInode(ino_t* inode_out, int fd);
33 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode);
H A Dshared_memory.h35 typedef ino_t SharedMemoryId;
203 ino_t inode_;
H A Dlinux_util.cc83 bool ProcPathGetInode(ino_t* inode_out, const char* path, bool log = false) {
183 bool FileDescriptorGetInode(ino_t* inode_out, int fd) {
197 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode) {
234 ino_t fd_inode;
/external/chromium_org/base/
H A Dlinux_util.h30 BASE_EXPORT bool FileDescriptorGetInode(ino_t* inode_out, int fd);
34 BASE_EXPORT bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode);
H A Dlinux_util.cc82 bool ProcPathGetInode(ino_t* inode_out, const char* path, bool log = false) {
183 bool FileDescriptorGetInode(ino_t* inode_out, int fd) {
197 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode) {
234 ino_t fd_inode = static_cast<ino_t>(-1);
/external/e2fsprogs/include/nonunix/linux/
H A Dtypes.h25 typedef __u32 ino_t; typedef
/external/tcpdump/
H A Dnfsfh.h68 extern void Parse_fh(const unsigned char *, int, my_fsid *, ino_t *, const char **, const char **, int);
H A Dtcpdump-stdinc.h69 typedef short ino_t; typedef
/external/kernel-headers/original/linux/nfsd/
H A Dnfsfh.h121 static inline __u32 ino_t_to_u32(ino_t ino)
126 static inline ino_t u32_to_ino_t(__u32 uino)
128 return (ino_t) uino;
168 static inline void mk_fsid_v0(u32 *fsidv, dev_t dev, ino_t ino)
180 static inline void mk_fsid_v2(u32 *fsidv, dev_t dev, ino_t ino)
187 static inline void mk_fsid_v3(u32 *fsidv, dev_t dev, ino_t ino)
/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp19 ino_t ino;
/external/kernel-headers/original/asm-mips/
H A Dstat.h21 ino_t st_ino;
/external/skia/src/ports/
H A DSkOSFile_posix.cpp19 ino_t ino;
/external/chromium_org/base/memory/
H A Dshared_memory.h40 typedef ino_t SharedMemoryId;
286 ino_t inode_;
/external/openssh/openbsd-compat/
H A Dgetcwd.c57 ino_t ino;
62 ino_t root_ino;
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp29 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
40 void InjectFile(const char *Path, ino_t INode) {
45 void InjectDirectory(const char *Path, ino_t INode) {
/external/chromium_org/ipc/
H A Dipc_send_fds_test.cc53 explicit MyChannelDescriptorListener(ino_t expected_inode_num)
90 ino_t expected_inode_num_;
132 ino_t expected_inode_num) {
/external/e2fsprogs/misc/
H A Dismounted.c84 ino_t file_ino=0;
/external/kernel-headers/original/linux/
H A Dtypes.h23 typedef __kernel_ino_t ino_t; typedef

Completed in 1012 milliseconds

123