Home
last modified time | relevance | path

Searched defs:ino (Results 1 - 25 of 66) sorted by relevance

123

/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H A Dtmod.c71 static int tmod_open(struct inode *ino, struct file *f) in tmod_open() argument
76 static int tmod_close(struct inode *ino, struct file *f) in tmod_close() argument
94 static int tmod_ioctl(struct inode *ino, struct file *f, in tmod_ioctl() argument
/third_party/rust/crates/rustix/src/fs/
H A Draw_dir.rs156 pub fn ino(&self) -> u64 { in ino() functions
/third_party/musl/src/misc/
H A Dnftw.c17 ino_t ino; member
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dnftw.c14 ino_t ino; member
/third_party/toybox/porting/liteos_a/toys/posix/
H A Ddu.c78 ino_t ino; in seen_inode() member
/third_party/ltp/testcases/kernel/device-drivers/nls/
H A DnlsTest.c97 static int test_release(struct inode *ino, struct file *f) in test_release() argument
107 static int test_ioctl(struct inode *ino, struct file *f, in test_ioctl() argument
/third_party/toybox/toys/posix/
H A Ddu.c92 ino_t ino; in seen_inode() member
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Ddir.rs222 pub fn ino(&self) -> u64 { in ino() functions
/third_party/f2fs-tools/fsck/
H A Dsload.c71 set_selinux_xattr(struct f2fs_sb_info *sbi, const char *path, nid_t ino, int mode) set_selinux_xattr() argument
H A Dxattr.c133 int f2fs_setxattr(struct f2fs_sb_info *sbi, nid_t ino, int index, const char *name, in f2fs_setxattr() argument
256 int inode_set_selinux(struct f2fs_sb_info *sbi, u32 ino, const char *secon) in inode_set_selinux() argument
H A Dmkquota.c291 void quota_add_inode_usage(quota_ctx_t qctx, f2fs_ino_t ino, in quota_add_inode_usage() argument
H A Dnode.c50 nid_t ino = QUOTA_INO(sb, qtype); in f2fs_rebuild_qf_inode() local
[all...]
H A Dnode.h29 nid_t ino = le32_to_cpu(node_blk->footer.ino); in ADDRS_PER_PAGE() local
/third_party/musl/src/thread/
H A Dsem_open.c23 ino_t ino; member
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dsem_open.c23 ino_t ino; member
/third_party/libfuse/example/
H A Dhello_ll.c35 static int hello_stat(fuse_ino_t ino, struct stat *stbuf) in hello_stat() argument
56 static void hello_ll_getattr(fuse_req_t req, fuse_ino_t ino, in hello_ll_getattr() argument
117 static void hello_ll_readdir(fuse_req_t req, fuse_ino_t ino, size_ argument
92 dirbuf_add(fuse_req_t req, struct dirbuf *b, const char *name, fuse_ino_t ino) dirbuf_add() argument
136 hello_ll_open(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) hello_ll_open() argument
147 hello_ll_read(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, struct fuse_file_info *fi) hello_ll_read() argument
156 hello_ll_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name, size_t size) hello_ll_getxattr() argument
172 hello_ll_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags) hello_ll_setxattr() argument
191 hello_ll_removexattr(fuse_req_t req, fuse_ino_t ino, const char *name) hello_ll_removexattr() argument
[all...]
H A Dhello_ll_uds.c45 static int hello_stat(fuse_ino_t ino, struct stat *stbuf) in hello_stat() argument
66 static void hello_ll_getattr(fuse_req_t req, fuse_ino_t ino, in hello_ll_getattr() argument
127 static void hello_ll_readdir(fuse_req_t req, fuse_ino_t ino, size_ argument
102 dirbuf_add(fuse_req_t req, struct dirbuf *b, const char *name, fuse_ino_t ino) dirbuf_add() argument
146 hello_ll_open(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) hello_ll_open() argument
157 hello_ll_read(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, struct fuse_file_info *fi) hello_ll_read() argument
[all...]
/third_party/libfuse/test/
H A Dtest_setattr.c36 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() argument
76 static void tfs_getattr(fuse_req_t req, fuse_ino_t ino, in tfs_getattr() argument
89 static void tfs_open(fuse_req_t req, fuse_ino_t ino, in tfs_open() argument
100 tfs_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, int to_set, struct fuse_file_info *fi) tfs_setattr() argument
[all...]
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs408 pub fn ino(&self) -> u64 { in ino() functions
420 pub fn ino(&self) -> u64 { in ino() functions
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c217 uint64_t ino; in proc_maps_report() local
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c86 static int tusb_open(struct inode *ino, struct file *f) in tusb_open() argument
91 static int tusb_close(struct inode *ino, struct file *f) in tusb_close() argument
185 static int tusb_ioctl(struct inode *ino, struct file *f, in tusb_ioctl() argument
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dtagp.c100 static int tagp_open(struct inode *ino, struct file *f) in tagp_open() argument
105 static int tagp_close(struct inode *ino, struct file *f) in tagp_close() argument
123 static int tagp_ioctl(struct inode *ino, struct file *f, in tagp_ioctl() argument
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DincludeTest.c87 static int test_open(struct inode *ino, struct file *f) in test_open() argument
93 static int test_close(struct inode *ino, struct file *f) in test_close() argument
99 static int test_ioctl(struct inode *ino, struct file *f, unsigned int cmd, in test_ioctl() argument
240 ino_t ino = 0; in test_nfsfh() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c387 static int dump_file(ntfs_volume *vol, ntfs_inode *ino) in dump_file() argument
429 static int print_match(ntfs_inode *ino, ATTR_RECORD *attr, in print_match() argument
456 static int find_last(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, in find_last() argument
485 ntfs_inode *ino = NULL; main() local
[all...]
H A Dntfsmove.c471 static int dont_move(ntfs_inode *ino) in dont_move() argument
667 static s64 move_datarun(ntfs_volume *vol, ntfs_inode *ino, ATTR_RECORD *rec, in move_datarun() argument
759 move_attribute(ntfs_volume *vol, ntfs_inode *ino, ATTR_RECORD *rec, u64 loc, int flags) move_attribute() argument
805 move_file(ntfs_volume *vol, ntfs_inode *ino, u64 loc, int flags) move_file() argument
[all...]

Completed in 13 milliseconds

123