Home
last modified time | relevance | path

Searched defs:ino (Results 1 – 25 of 73) sorted by relevance

123

/third_party/libfuse/example/
Dhello_ll.c35 static int hello_stat(fuse_ino_t ino, struct stat *stbuf) in hello_stat()
56 static void hello_ll_getattr(fuse_req_t req, fuse_ino_t ino, in hello_ll_getattr()
93 fuse_ino_t ino) in dirbuf_add()
117 static void hello_ll_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in hello_ll_readdir()
136 static void hello_ll_open(fuse_req_t req, fuse_ino_t ino, in hello_ll_open()
147 static void hello_ll_read(fuse_req_t req, fuse_ino_t ino, size_t size, in hello_ll_read()
156 static void hello_ll_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name, in hello_ll_getxattr()
172 static void hello_ll_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, in hello_ll_setxattr()
191 static void hello_ll_removexattr(fuse_req_t req, fuse_ino_t ino, const char *name) in hello_ll_removexattr()
Dpassthrough_ll.c75 ino_t ino; member
150 static struct lo_inode *lo_inode(fuse_req_t req, fuse_ino_t ino) in lo_inode()
158 static int lo_fd(fuse_req_t req, fuse_ino_t ino) in lo_fd()
200 static void lo_getattr(fuse_req_t req, fuse_ino_t ino, in lo_getattr()
216 static void lo_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in lo_setattr()
435 static void lo_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, in lo_link()
537 static void lo_forget_one(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) in lo_forget_one()
552 static void lo_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) in lo_forget()
568 static void lo_readlink(fuse_req_t req, fuse_ino_t ino) in lo_readlink()
596 static void lo_opendir(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) in lo_opendir()
[all …]
Dpassthrough_hp.cc171 static Inode& get_inode(fuse_ino_t ino) { in get_inode()
184 static int get_fs_fd(fuse_ino_t ino) { in get_fs_fd()
217 static void sfs_getattr(fuse_req_t req, fuse_ino_t ino, fuse_file_info *fi) { in sfs_getattr()
231 static void do_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in do_setattr()
307 static void sfs_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in sfs_setattr()
474 static void sfs_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, in sfs_link()
568 static void forget_one(fuse_ino_t ino, uint64_t n) { in forget_one()
597 static void sfs_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) { in sfs_forget()
611 static void sfs_readlink(fuse_req_t req, fuse_ino_t ino) { in sfs_readlink()
646 static void sfs_opendir(fuse_req_t req, fuse_ino_t ino, fuse_file_info *fi) { in sfs_opendir()
[all …]
Dnotify_store_retrieve.c107 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat()
150 static void tfs_forget (fuse_req_t req, fuse_ino_t ino, in tfs_forget()
160 static void tfs_getattr(fuse_req_t req, fuse_ino_t ino, in tfs_getattr()
179 fuse_ino_t ino) { in dirbuf_add()
201 static void tfs_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_readdir()
217 static void tfs_open(fuse_req_t req, fuse_ino_t ino, in tfs_open()
237 static void tfs_read(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_read()
245 static void tfs_retrieve_reply(fuse_req_t req, void *cookie, fuse_ino_t ino, in tfs_retrieve_reply()
Dnotify_inval_inode.c104 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat()
147 static void tfs_forget (fuse_req_t req, fuse_ino_t ino, in tfs_forget()
157 static void tfs_getattr(fuse_req_t req, fuse_ino_t ino, in tfs_getattr()
176 fuse_ino_t ino) { in dirbuf_add()
198 static void tfs_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_readdir()
214 static void tfs_open(fuse_req_t req, fuse_ino_t ino, in tfs_open()
234 static void tfs_read(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_read()
Dhello_ll_uds.c45 static int hello_stat(fuse_ino_t ino, struct stat *stbuf) in hello_stat()
66 static void hello_ll_getattr(fuse_req_t req, fuse_ino_t ino, in hello_ll_getattr()
103 fuse_ino_t ino) in dirbuf_add()
127 static void hello_ll_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in hello_ll_readdir()
146 static void hello_ll_open(fuse_req_t req, fuse_ino_t ino, in hello_ll_open()
157 static void hello_ll_read(fuse_req_t req, fuse_ino_t ino, size_t size, in hello_ll_read()
Dnotify_inval_entry.c124 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat()
167 static void tfs_forget (fuse_req_t req, fuse_ino_t ino, in tfs_forget()
177 static void tfs_getattr(fuse_req_t req, fuse_ino_t ino, in tfs_getattr()
196 fuse_ino_t ino) { in dirbuf_add()
218 static void tfs_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_readdir()
/third_party/libfuse/test/
Dtest_setattr.c36 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat()
76 static void tfs_getattr(fuse_req_t req, fuse_ino_t ino, in tfs_getattr()
89 static void tfs_open(fuse_req_t req, fuse_ino_t ino, in tfs_open()
100 static void tfs_setattr (fuse_req_t req, fuse_ino_t ino, struct stat *attr, in tfs_setattr()
Dtest_write_cache.c69 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat()
109 static void tfs_getattr(fuse_req_t req, fuse_ino_t ino, in tfs_getattr()
122 static void tfs_open(fuse_req_t req, fuse_ino_t ino, in tfs_open()
135 static void tfs_write(fuse_req_t req, fuse_ino_t ino, const char *buf, in tfs_write()
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
Dtmod.c71 static int tmod_open(struct inode *ino, struct file *f) in tmod_open()
76 static int tmod_close(struct inode *ino, struct file *f) in tmod_close()
94 static int tmod_ioctl(struct inode *ino, struct file *f, in tmod_ioctl()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c170 #define INODE(ino) ((ino) == 1 ? (MFT_REF)FILE_root : (MFT_REF)(ino)) argument
210 fuse_ino_t ino; member
218 fuse_ino_t ino; member
377 u64 ino = (u64)-1; in ntfs_fuse_inode_lookup() local
413 ntfs_inode *dir_ni, fuse_ino_t ino, in ntfs_allowed_dir_access()
463 fuse_ino_t ino __attribute__((unused))) in ntfs_fuse_statfs()
982 static void ntfs_fuse_getattr(fuse_req_t req, fuse_ino_t ino, in ntfs_fuse_getattr()
1117 static void ntfs_fuse_readlink(fuse_req_t req, fuse_ino_t ino) in ntfs_fuse_readlink()
1376 static void ntfs_fuse_opendir(fuse_req_t req, fuse_ino_t ino, in ntfs_fuse_opendir()
1438 fuse_ino_t ino __attribute__((unused)), in ntfs_fuse_releasedir()
[all …]
/third_party/libfuse/lib/
Dcuse_lowlevel.c38 static void cuse_fll_open(fuse_req_t req, fuse_ino_t ino, in cuse_fll_open()
45 static void cuse_fll_read(fuse_req_t req, fuse_ino_t ino, size_t size, in cuse_fll_read()
52 static void cuse_fll_write(fuse_req_t req, fuse_ino_t ino, const char *buf, in cuse_fll_write()
59 static void cuse_fll_flush(fuse_req_t req, fuse_ino_t ino, in cuse_fll_flush()
66 static void cuse_fll_release(fuse_req_t req, fuse_ino_t ino, in cuse_fll_release()
73 static void cuse_fll_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in cuse_fll_fsync()
80 static void cuse_fll_ioctl(fuse_req_t req, fuse_ino_t ino, unsigned int cmd, void *arg, in cuse_fll_ioctl()
89 static void cuse_fll_poll(fuse_req_t req, fuse_ino_t ino, in cuse_fll_poll()
Dfuse.c510 static size_t id_hash(struct fuse *f, fuse_ino_t ino) in id_hash()
914 fuse_ino_t ino = FUSE_ROOT_ID; in lookup_path_in_cache() local
2689 static void do_forget(struct fuse *f, fuse_ino_t ino, uint64_t nlookup) in do_forget()
2697 static void fuse_lib_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) in fuse_lib_forget()
2716 static void fuse_lib_getattr(fuse_req_t req, fuse_ino_t ino, in fuse_lib_getattr()
2770 static void fuse_lib_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in fuse_lib_setattr()
2851 static void fuse_lib_access(fuse_req_t req, fuse_ino_t ino, int mask) in fuse_lib_access()
2869 static void fuse_lib_readlink(fuse_req_t req, fuse_ino_t ino) in fuse_lib_readlink()
3072 static void fuse_lib_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, in fuse_lib_link()
3097 static void fuse_do_release(struct fuse *f, fuse_ino_t ino, const char *path, in fuse_do_release()
[all …]
/third_party/f2fs-tools/fsck/
Dsegment.c157 u64 f2fs_read(struct f2fs_sb_info *sbi, nid_t ino, u8 *buffer, in f2fs_read()
247 static u64 f2fs_write_ex(struct f2fs_sb_info *sbi, nid_t ino, u8 *buffer, in f2fs_write_ex()
367 u64 f2fs_write(struct f2fs_sb_info *sbi, nid_t ino, u8 *buffer, in f2fs_write()
373 u64 f2fs_write_compress_data(struct f2fs_sb_info *sbi, nid_t ino, u8 *buffer, in f2fs_write_compress_data()
379 u64 f2fs_write_addrtag(struct f2fs_sb_info *sbi, nid_t ino, pgoff_t offset, in f2fs_write_addrtag()
388 void f2fs_filesize_update(struct f2fs_sb_info *sbi, nid_t ino, u64 filesize) in f2fs_filesize_update()
435 u64 f2fs_fix_mutable(struct f2fs_sb_info *sbi, nid_t ino, pgoff_t offset, in f2fs_fix_mutable()
476 static void update_largest_extent(struct f2fs_sb_info *sbi, nid_t ino) in update_largest_extent()
Ddir.c119 nid_t ino = le32_to_cpu(dir->footer.ino); in find_in_level() local
198 static void f2fs_update_dentry(nid_t ino, int file_type, in f2fs_update_dentry()
222 const unsigned char *name, int name_len, nid_t ino, in f2fs_add_link()
339 nid_t ino = le32_to_cpu(inode->footer.ino); in make_empty_dir() local
380 nid_t ino = le32_to_cpu(inode->footer.ino); in page_symlink() local
555 nid_t ino = le32_to_cpu(node->footer.ino); in convert_inline_dentry() local
820 int f2fs_find_path(struct f2fs_sb_info *sbi, char *path, nid_t *ino) in f2fs_find_path()
Dxattr.c133 int f2fs_setxattr(struct f2fs_sb_info *sbi, nid_t ino, int index, const char *name, in f2fs_setxattr()
250 int inode_set_selinux(struct f2fs_sb_info *sbi, u32 ino, const char *secon) in inode_set_selinux()
/third_party/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c87 static int test_open(struct inode *ino, struct file *f) in test_open()
93 static int test_close(struct inode *ino, struct file *f) in test_close()
99 static int test_ioctl(struct inode *ino, struct file *f, unsigned int cmd, in test_ioctl()
240 ino_t ino = 0; in test_nfsfh() local
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.c387 static int dump_file(ntfs_volume *vol, ntfs_inode *ino) in dump_file()
429 static int print_match(ntfs_inode *ino, ATTR_RECORD *attr, in print_match()
456 static int find_last(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, in find_last()
485 ntfs_inode *ino = NULL; in main() local
Dntfsmove.c471 static int dont_move(ntfs_inode *ino) in dont_move()
667 static s64 move_datarun(ntfs_volume *vol, ntfs_inode *ino, ATTR_RECORD *rec, in move_datarun()
759 static s64 move_attribute(ntfs_volume *vol, ntfs_inode *ino, ATTR_RECORD *rec, in move_attribute()
805 static s64 move_file(ntfs_volume *vol, ntfs_inode *ino, u64 loc, int flags) in move_file()
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
Dtusb.c86 static int tusb_open(struct inode *ino, struct file *f) in tusb_open()
91 static int tusb_close(struct inode *ino, struct file *f) in tusb_close()
185 static int tusb_ioctl(struct inode *ino, struct file *f, in tusb_ioctl()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c1365 static void fuse_lib_forget(fuse_req_t req, fuse_ino_t ino, in fuse_lib_forget()
1375 static void fuse_lib_getattr(fuse_req_t req, fuse_ino_t ino, in fuse_lib_getattr()
1420 static void fuse_lib_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in fuse_lib_setattr()
1502 static void fuse_lib_access(fuse_req_t req, fuse_ino_t ino, int mask) in fuse_lib_access()
1524 static void fuse_lib_readlink(fuse_req_t req, fuse_ino_t ino) in fuse_lib_readlink()
1730 static void fuse_lib_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, in fuse_lib_link()
1761 static void fuse_do_release(struct fuse *f, fuse_ino_t ino, const char *path, in fuse_do_release()
1849 static void open_auto_cache(struct fuse *f, fuse_ino_t ino, const char *path, in open_auto_cache()
1881 static void fuse_lib_open(fuse_req_t req, fuse_ino_t ino, in fuse_lib_open()
1929 static void fuse_lib_read(fuse_req_t req, fuse_ino_t ino, size_t size, in fuse_lib_read()
[all …]
/third_party/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c97 static int test_release(struct inode *ino, struct file *f) in test_release()
107 static int test_ioctl(struct inode *ino, struct file *f, in test_ioctl()
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c100 static int tagp_open(struct inode *ino, struct file *f) in tagp_open()
105 static int tagp_close(struct inode *ino, struct file *f) in tagp_close()
123 static int tagp_ioctl(struct inode *ino, struct file *f, in tagp_ioctl()
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c86 static int tbase_open(struct inode *ino, struct file *f) in tbase_open()
91 static int tbase_close(struct inode *ino, struct file *f) in tbase_close()
238 static int tbase_ioctl(struct inode *ino, struct file *f, in tbase_ioctl()
/third_party/python/Python/
Ddynload_shlib.c53 ino_t ino; member

123