Home
last modified time | relevance | path

Searched defs:inode (Results 726 – 750 of 1656) sorted by relevance

1...<<21222324252627282930>>...67

/linux-6.12.1/drivers/watchdog/
Deurotechwdt.c308 static int eurwdt_open(struct inode *inode, struct file *file) in eurwdt_open()
330 static int eurwdt_release(struct inode *inode, struct file *file) in eurwdt_release()
Dw83977f_wdt.c286 static int wdt_open(struct inode *inode, struct file *file) in wdt_open()
299 static int wdt_release(struct inode *inode, struct file *file) in wdt_release()
Dath79_wdt.c123 static int ath79_wdt_open(struct inode *inode, struct file *file) in ath79_wdt_open()
134 static int ath79_wdt_release(struct inode *inode, struct file *file) in ath79_wdt_release()
Dsc520_wdt.c247 static int fop_open(struct inode *inode, struct file *file) in fop_open()
260 static int fop_close(struct inode *inode, struct file *file) in fop_close()
Drdc321x_wdt.c126 static int rdc321x_wdt_open(struct inode *inode, struct file *file) in rdc321x_wdt_open()
134 static int rdc321x_wdt_release(struct inode *inode, struct file *file) in rdc321x_wdt_release()
Dwdt977.c262 static int wdt977_open(struct inode *inode, struct file *file) in wdt977_open()
275 static int wdt977_release(struct inode *inode, struct file *file) in wdt977_release()
Dcpu5wdt.c125 static int cpu5wdt_open(struct inode *inode, struct file *file) in cpu5wdt_open()
132 static int cpu5wdt_release(struct inode *inode, struct file *file) in cpu5wdt_release()
/linux-6.12.1/fs/ecryptfs/
Dmiscdev.c64 ecryptfs_miscdev_open(struct inode *inode, struct file *file) in ecryptfs_miscdev_open()
107 ecryptfs_miscdev_release(struct inode *inode, struct file *file) in ecryptfs_miscdev_release()
/linux-6.12.1/fs/hfsplus/
Dbtree.c138 struct inode *inode; in hfs_btree_open() local
349 struct inode *inode = tree->inode; in hfs_bmap_reserve() local
/linux-6.12.1/drivers/media/common/siano/
Dsmsdvb-debugfs.c227 static int smsdvb_stats_open(struct inode *inode, struct file *file) in smsdvb_stats_open()
326 static int smsdvb_stats_release(struct inode *inode, struct file *file) in smsdvb_stats_release()
/linux-6.12.1/drivers/media/usb/as102/
Das102_usb_drv.c414 static int as102_open(struct inode *inode, struct file *file) in as102_open()
449 static int as102_release(struct inode *inode, struct file *file) in as102_release()
/linux-6.12.1/drivers/media/mc/
Dmc-devnode.c142 static int media_open(struct inode *inode, struct file *filp) in media_open()
180 static int media_release(struct inode *inode, struct file *filp) in media_release()
/linux-6.12.1/fs/nfs/
Dnfs3_fs.h21 static inline int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, in nfs3_proc_setacls()
/linux-6.12.1/fs/proc/
Dcpuinfo.c10 static int cpuinfo_open(struct inode *inode, struct file *file) in cpuinfo_open()
/linux-6.12.1/fs/exfat/
Ddir.c68 static int exfat_readdir(struct inode *inode, loff_t *cpos, struct exfat_dir_entry *dir_entry) in exfat_readdir()
228 struct inode *inode = file_inode(file); in exfat_iterate() local
321 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu) in exfat_alloc_new_dir()
483 static void exfat_free_benign_secondary_clusters(struct inode *inode, in exfat_free_benign_secondary_clusters()
525 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es, in exfat_remove_entries()
/linux-6.12.1/fs/hpfs/
Ddnode.c25 int hpfs_add_pos(struct inode *inode, loff_t *pos) in hpfs_add_pos()
52 void hpfs_del_pos(struct inode *inode, loff_t *pos) in hpfs_del_pos()
75 static void for_all_poss(struct inode *inode, void (*f)(loff_t *, loff_t, loff_t), in for_all_poss()
844 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, in map_pos_dirent()
909 struct hpfs_dirent *map_dirent(struct inode *inode, dnode_secno dno, in map_dirent()
/linux-6.12.1/fs/bcachefs/
Ddebug.c338 static int bch2_dump_open(struct inode *inode, struct file *file) in bch2_dump_open()
357 static int bch2_dump_release(struct inode *inode, struct file *file) in bch2_dump_release()
711 static int btree_transaction_stats_open(struct inode *inode, struct file *file) in btree_transaction_stats_open()
728 static int btree_transaction_stats_release(struct inode *inode, struct file *file) in btree_transaction_stats_release()
/linux-6.12.1/drivers/usb/host/
Dxhci-debugfs.c236 static int xhci_ring_open(struct inode *inode, struct file *file) in xhci_ring_open()
321 static int xhci_context_open(struct inode *inode, struct file *file) in xhci_context_open()
358 static int xhci_port_open(struct inode *inode, struct file *file) in xhci_port_open()
500 static int xhci_stream_id_open(struct inode *inode, struct file *file) in xhci_stream_id_open()
/linux-6.12.1/fs/btrfs/
Dbio.c168 struct btrfs_inode *inode = repair_bbio->inode; in btrfs_end_repair_bio() local
220 struct btrfs_inode *inode = failed_bbio->inode; in repair_one_sector() local
266 struct btrfs_inode *inode = bbio->inode; in btrfs_check_read_bio() local
659 struct btrfs_inode *inode = bbio->inode; in btrfs_submit_chunk() local
/linux-6.12.1/fs/jfs/
Djfs_metapage.c241 static sector_t metapage_get_blocks(struct inode *inode, sector_t lblock, in metapage_get_blocks()
346 struct inode *inode = folio->mapping->host; in metapage_write_folio() local
482 struct inode *inode = folio->mapping->host; in metapage_read_folio() local
575 struct metapage *__get_metapage(struct inode *inode, unsigned long lblock, in __get_metapage()
/linux-6.12.1/drivers/target/
Dtarget_core_file.c92 struct inode *inode = file->f_mapping->host; in fd_configure_unmap() local
112 struct inode *inode = NULL; in fd_configure_device() local
536 struct inode *inode = file->f_mapping->host; in fd_execute_unmap() local
828 struct inode *inode; in fd_init_prot() local
/linux-6.12.1/drivers/usb/dwc3/
Ddebugfs.c363 static int dwc3_lsp_open(struct inode *inode, struct file *file) in dwc3_lsp_open()
434 static int dwc3_mode_open(struct inode *inode, struct file *file) in dwc3_mode_open()
520 static int dwc3_testmode_open(struct inode *inode, struct file *file) in dwc3_testmode_open()
608 static int dwc3_link_state_open(struct inode *inode, struct file *file) in dwc3_link_state_open()
/linux-6.12.1/fs/notify/fanotify/
Dfanotify.c371 static int fanotify_encode_fh_len(struct inode *inode) in fanotify_encode_fh_len()
399 static int fanotify_encode_fh(struct fanotify_fh *fh, struct inode *inode, in fanotify_encode_fh()
523 struct inode *inode = fsnotify_data_inode(data, data_type); in fanotify_dfid_inode() local
676 struct inode *inode; in fanotify_alloc_error_event() local
/linux-6.12.1/fs/autofs/
Dsymlink.c9 struct inode *inode, in autofs_get_link()
/linux-6.12.1/fs/hfs/
Dsysdep.c18 struct inode *inode; in hfs_revalidate_dentry() local

1...<<21222324252627282930>>...67