Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 86) sorted by relevance

1234

/fs/nfs_common/
Dnfs_ssc.c27 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_register()
41 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_unregister()
59 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register()
73 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
82 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register()
87 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
/fs/xfs/libxfs/
Dxfs_shared.h56 static inline bool xfs_btree_is_bno(const struct xfs_btree_ops *ops) in xfs_btree_is_bno()
61 static inline bool xfs_btree_is_cnt(const struct xfs_btree_ops *ops) in xfs_btree_is_cnt()
66 static inline bool xfs_btree_is_bmap(const struct xfs_btree_ops *ops) in xfs_btree_is_bmap()
71 static inline bool xfs_btree_is_ino(const struct xfs_btree_ops *ops) in xfs_btree_is_ino()
76 static inline bool xfs_btree_is_fino(const struct xfs_btree_ops *ops) in xfs_btree_is_fino()
81 static inline bool xfs_btree_is_refcount(const struct xfs_btree_ops *ops) in xfs_btree_is_refcount()
86 static inline bool xfs_btree_is_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_rmap()
92 static inline bool xfs_btree_is_mem_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_mem_rmap()
Dxfs_defer.c583 const struct xfs_defer_op_type *ops = dfp->dfp_ops; in xfs_defer_finish_one() local
780 const struct xfs_defer_op_type *ops) in xfs_defer_find_last()
804 const struct xfs_defer_op_type *ops) in xfs_defer_can_append()
825 const struct xfs_defer_op_type *ops) in xfs_defer_alloc()
843 const struct xfs_defer_op_type *ops) in xfs_defer_add()
888 const struct xfs_defer_op_type *ops) in xfs_defer_start_recovery()
915 const struct xfs_defer_op_type *ops = dfp->dfp_ops; in xfs_defer_finish_recovery() local
Dxfs_btree_mem.c79 const struct xfs_btree_ops *ops) in xfbtree_rec_bytes()
89 const struct xfs_btree_ops *ops) in xfbtree_init_leaf_block()
119 const struct xfs_btree_ops *ops) in xfbtree_init()
Dxfs_ag.c376 const struct xfs_buf_ops *ops) in xfs_get_aghdr_buf()
674 const struct xfs_buf_ops *ops) in xfs_ag_init_hdr()
693 const struct xfs_buf_ops *ops; member
/fs/fat/
Dfatent.c105 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_bread() local
324 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr() local
353 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read() local
414 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write() local
439 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block() local
470 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters() local
558 const struct fatent_operations *ops = sbi->fatent_ops; in fat_free_clusters() local
651 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ra_init() local
691 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_reada() local
719 const struct fatent_operations *ops = sbi->fatent_ops; in fat_count_free_clusters() local
[all …]
/fs/kernfs/
Dfile.c156 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active() local
166 const struct kernfs_ops *ops; in kernfs_seq_start() local
190 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next() local
243 const struct kernfs_ops *ops; in kernfs_file_read_iter() local
315 const struct kernfs_ops *ops; in kernfs_fop_write_iter() local
460 const struct kernfs_ops *ops; in kernfs_fop_mmap() local
614 const struct kernfs_ops *ops; in kernfs_fop_open() local
888 const struct kernfs_ops *ops; in kernfs_fop_llseek() local
1043 const struct kernfs_ops *ops, in __kernfs_create_file()
/fs/bcachefs/
Dbkey_methods.c132 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_val_validate() local
301 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_val_to_text() local
320 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_swab_val() local
328 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_normalize() local
337 const struct bkey_ops *ops = bch2_bkey_type_ops(l.k->type); in bch2_bkey_merge() local
387 const struct bkey_ops *ops; in __bch2_bkey_compat() local
Dthread_with_file.c305 const struct thread_with_stdio_ops *ops) in bch2_thread_with_stdio_init()
318 const struct thread_with_stdio_ops *ops) in bch2_run_thread_with_stdio()
326 const struct thread_with_stdio_ops *ops) in bch2_run_thread_with_stdout()
Dthread_with_file.h63 const struct thread_with_stdio_ops *ops; member
/fs/iomap/
Dseek.c34 iomap_seek_hole(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_hole()
80 iomap_seek_data(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_data()
Dfiemap.c63 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap()
99 const struct iomap_ops *ops) in iomap_bmap()
Diter.c74 int iomap_iter(struct iomap_iter *iter, const struct iomap_ops *ops) in iomap_iter()
Dbuffered-io.c462 int iomap_read_folio(struct folio *folio, const struct iomap_ops *ops) in iomap_read_folio()
536 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead()
1024 const struct iomap_ops *ops, void *private) in iomap_file_buffered_write()
1319 const struct iomap_ops *ops) in iomap_file_unshare()
1424 const struct iomap_ops *ops) in iomap_zero_range()
1460 const struct iomap_ops *ops) in iomap_truncate_page()
1492 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops) in iomap_page_mkwrite()
2036 const struct iomap_writeback_ops *ops) in iomap_writepages()
/fs/notify/
Dgroup.c115 const struct fsnotify_ops *ops, in __fsnotify_alloc_group()
145 struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops, in fsnotify_alloc_group()
/fs/nfs/
Dnfs4state.c1501 static int nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops) in nfs4_reclaim_locks()
1608 const struct nfs4_state_recovery_ops *ops, in __nfs4_reclaim_open_state()
1639 const struct nfs4_state_recovery_ops *ops, in nfs4_reclaim_open_state()
1798 const struct nfs4_state_recovery_ops *ops, in nfs4_reclaim_complete()
1849 const struct nfs4_state_recovery_ops *ops; in nfs4_state_end_reclaim_reboot() local
1911 static int nfs4_do_reclaim(struct nfs_client *clp, const struct nfs4_state_recovery_ops *ops) in nfs4_do_reclaim()
1969 const struct nfs4_state_maintenance_ops *ops = in nfs4_check_lease() local
2054 const struct nfs4_state_recovery_ops *ops = in nfs4_establish_lease() local
2189 const struct nfs4_state_maintenance_ops *ops = in nfs4_handle_migration() local
2235 const struct nfs4_state_maintenance_ops *ops = in nfs4_handle_lease_moved() local
[all …]
Dnfs4renewd.c57 const struct nfs4_state_maintenance_ops *ops; in nfs4_renew_state() local
/fs/sysfs/
Dfile.c44 const struct sysfs_ops *ops = sysfs_file_ops(of->kn); in sysfs_kf_seq_show() local
104 const struct sysfs_ops *ops = sysfs_file_ops(of->kn); in sysfs_kf_read() local
130 const struct sysfs_ops *ops = sysfs_file_ops(of->kn); in sysfs_kf_write() local
274 const struct kernfs_ops *ops = NULL; in sysfs_add_file_mode_ns() local
323 const struct kernfs_ops *ops; in sysfs_add_bin_file_mode_ns() local
/fs/adfs/
Ddir.c242 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_iterate() local
277 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_dir_update() local
351 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_dir_lookup_byname() local
/fs/
Ddax.c1314 const struct iomap_ops *ops) in dax_file_unshare()
1405 const struct iomap_ops *ops) in dax_zero_range()
1422 const struct iomap_ops *ops) in dax_truncate_page()
1564 const struct iomap_ops *ops) in dax_iomap_rw()
1713 int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_pte_fault()
1823 const struct iomap_ops *ops) in dax_iomap_pmd_fault()
1903 const struct iomap_ops *ops) in dax_iomap_pmd_fault()
1923 pfn_t *pfnp, int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_fault()
2047 const struct iomap_ops *ops) in dax_dedupe_file_range_compare()
2077 const struct iomap_ops *ops) in dax_remap_file_range_prep()
/fs/dlm/
Dlockspace.c358 const struct dlm_lockspace_ops *ops, void *ops_arg, in new_lockspace()
621 const struct dlm_lockspace_ops *ops, in __dlm_new_lockspace()
649 int lvblen, const struct dlm_lockspace_ops *ops, in dlm_new_lockspace()
659 const struct dlm_lockspace_ops *ops, in dlm_new_user_lockspace()
/fs/nfs/blocklayout/
Ddev.c20 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in bl_unregister_scsi() local
33 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in bl_register_scsi() local
390 const struct pr_ops *ops; in bl_parse_scsi() local
/fs/smb/client/
Ddfs.c354 const struct smb_version_operations *ops = tcon->ses->server->ops; in tree_connect_dfs_target() local
402 const struct smb_version_operations *ops = server->ops; in cifs_tree_connect() local
/fs/proc/
Dproc_net.c115 struct proc_dir_entry *parent, const struct seq_operations *ops, in proc_create_net_data()
159 const struct seq_operations *ops, in proc_create_net_data_write()
/fs/jffs2/
Dwbuf.c1038 struct mtd_oob_ops ops = { }; in jffs2_check_oob_empty() local
1079 struct mtd_oob_ops ops = { }; in jffs2_check_nand_cleanmarker() local
1104 struct mtd_oob_ops ops = { }; in jffs2_write_nand_cleanmarker() local

1234