Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 213) sorted by relevance

123456789

/linux-4.19.296/fs/ext4/
Dext4_jbd2.h168 static inline void _ext4_journal_callback_add(handle_t *handle, in _ext4_journal_callback_add()
175 static inline void ext4_journal_callback_add(handle_t *handle, in ext4_journal_callback_add()
198 static inline bool ext4_journal_callback_try_del(handle_t *handle, in ext4_journal_callback_try_del()
250 #define ext4_journal_get_write_access(handle, bh) \ argument
252 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument
255 #define ext4_journal_get_create_access(handle, bh) \ argument
257 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
260 #define ext4_handle_dirty_super(handle, sb) \ argument
271 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
278 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
[all …]
Dext4_jbd2.c13 handle_t *handle = current->journal_info; in ext4_get_nojournal() local
27 static void ext4_put_nojournal(handle_t *handle) in ext4_put_nojournal()
85 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop()
112 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved()
139 handle_t *handle, int err) in ext4_journal_abort_handle()
162 handle_t *handle, struct buffer_head *bh) in __ext4_journal_get_write_access()
189 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget()
245 handle_t *handle, struct buffer_head *bh) in __ext4_journal_get_create_access()
259 handle_t *handle, struct inode *inode, in __ext4_handle_dirty_metadata()
318 handle_t *handle, struct super_block *sb) in __ext4_handle_dirty_super()
Dmigrate.c21 static int finish_range(handle_t *handle, struct inode *inode, in finish_range()
85 static int update_extent_range(handle_t *handle, struct inode *inode, in update_extent_range()
110 static int update_ind_extent_range(handle_t *handle, struct inode *inode, in update_ind_extent_range()
139 static int update_dind_extent_range(handle_t *handle, struct inode *inode, in update_dind_extent_range()
169 static int update_tind_extent_range(handle_t *handle, struct inode *inode, in update_tind_extent_range()
199 static int extend_credit_for_blkdel(handle_t *handle, struct inode *inode) in extend_credit_for_blkdel()
219 static int free_dind_blocks(handle_t *handle, in free_dind_blocks()
249 static int free_tind_blocks(handle_t *handle, in free_tind_blocks()
280 static int free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) in free_ind_block()
309 static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, in ext4_ext_swap_inode_data()
[all …]
Dinode.c171 int ext4_truncate_restart_trans(handle_t *handle, struct inode *inode, in ext4_truncate_restart_trans()
197 handle_t *handle; in ext4_evict_inode() local
455 static void ext4_map_blocks_es_recheck(handle_t *handle, in ext4_map_blocks_es_recheck()
521 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks()
849 handle_t *handle; in ext4_get_block_trans() local
973 struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, in ext4_getblk()
1030 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, in ext4_bread()
1092 int ext4_walk_page_buffers(handle_t *handle, in ext4_walk_page_buffers()
1097 int (*fn)(handle_t *handle, in ext4_walk_page_buffers()
1147 int do_journal_get_write_access(handle_t *handle, in do_journal_get_write_access()
[all …]
Dinline.c261 static int ext4_create_inline_data(handle_t *handle, in ext4_create_inline_data()
325 static int ext4_update_inline_data(handle_t *handle, struct inode *inode, in ext4_update_inline_data()
391 static int ext4_prepare_inline_data(handle_t *handle, struct inode *inode, in ext4_prepare_inline_data()
415 static int ext4_destroy_inline_data_nolock(handle_t *handle, in ext4_destroy_inline_data_nolock()
542 handle_t *handle = NULL; in ext4_convert_inline_data_to_extent() local
664 handle_t *handle; in ext4_try_to_write_inline_data() local
884 handle_t *handle; in ext4_da_write_inline_data_begin() local
1033 static int ext4_add_dirent_to_inline(handle_t *handle, in ext4_add_dirent_to_inline()
1114 static int ext4_update_inline_dir(handle_t *handle, struct inode *dir, in ext4_update_inline_dir()
1136 static void ext4_restore_inline_data(handle_t *handle, struct inode *inode, in ext4_restore_inline_data()
[all …]
Dnamei.c52 static struct buffer_head *ext4_append(handle_t *handle, in ext4_append()
414 int ext4_handle_dirty_dirent_node(handle_t *handle, in ext4_handle_dirty_dirent_node()
525 static inline int ext4_handle_dirty_dx_node(handle_t *handle, in ext4_handle_dirty_dx_node()
1760 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split()
1950 static int add_dirent_to_buf(handle_t *handle, struct ext4_filename *fname, in add_dirent_to_buf()
2004 static int make_indexed_dir(handle_t *handle, struct ext4_filename *fname, in make_indexed_dir()
2132 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry()
2242 static int ext4_dx_add_entry(handle_t *handle, struct ext4_filename *fname, in ext4_dx_add_entry()
2416 int ext4_generic_delete_entry(handle_t *handle, in ext4_generic_delete_entry()
2455 static int ext4_delete_entry(handle_t *handle, in ext4_delete_entry()
[all …]
Dextents.c103 static int ext4_ext_truncate_extend_restart(handle_t *handle, in ext4_ext_truncate_extend_restart()
133 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access()
152 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle, in __ext4_ext_dirty()
220 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block()
287 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, in ext4_force_split_extent_at()
859 int ext4_ext_tree_init(handle_t *handle, struct inode *inode) in ext4_ext_tree_init()
963 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, in ext4_ext_insert_index()
1039 static int ext4_ext_split(handle_t *handle, struct inode *inode, in ext4_ext_split()
1292 static int ext4_ext_grow_indepth(handle_t *handle, struct inode *inode, in ext4_ext_grow_indepth()
1377 static int ext4_ext_create_new_leaf(handle_t *handle, struct inode *inode, in ext4_ext_create_new_leaf()
[all …]
Dindirect.c330 static int ext4_alloc_branch(handle_t *handle, in ext4_alloc_branch()
420 static int ext4_splice_branch(handle_t *handle, in ext4_splice_branch()
522 int ext4_ind_map_blocks(handle_t *handle, struct inode *inode, in ext4_ind_map_blocks()
725 static int try_to_extend_transaction(handle_t *handle, struct inode *inode) in try_to_extend_transaction()
844 static int ext4_clear_blocks(handle_t *handle, struct inode *inode, in ext4_clear_blocks()
918 static void ext4_free_data(handle_t *handle, struct inode *inode, in ext4_free_data()
1003 static void ext4_free_branches(handle_t *handle, struct inode *inode, in ext4_free_branches()
1114 void ext4_ind_truncate(handle_t *handle, struct inode *inode) in ext4_ind_truncate()
1226 int ext4_ind_remove_space(handle_t *handle, struct inode *inode, in ext4_ind_remove_space()
/linux-4.19.296/drivers/pci/hotplug/
Dacpi_pcihp.c38 static acpi_status acpi_run_oshp(acpi_handle handle) in acpi_run_oshp()
73 acpi_handle chandle, handle; in acpi_get_hp_hw_control_from_firmware() local
145 static int pcihp_is_ejectable(acpi_handle handle) in pcihp_is_ejectable()
166 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle) in acpi_pci_check_ejectable()
182 check_hotplug(acpi_handle handle, u32 lvl, void *context, void **rv) in check_hotplug()
198 int acpi_pci_detect_ejectable(acpi_handle handle) in acpi_pci_detect_ejectable()
/linux-4.19.296/fs/jbd2/
Dtransaction.c273 static int start_this_handle(journal_t *journal, handle_t *handle, in start_this_handle()
400 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle() local
413 handle_t *handle = journal_current_handle(); in jbd2__journal_start() local
484 void jbd2_journal_free_reserved(handle_t *handle) in jbd2_journal_free_reserved()
508 int jbd2_journal_start_reserved(handle_t *handle, unsigned int type, in jbd2_journal_start_reserved()
565 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend()
641 int jbd2__journal_restart(handle_t *handle, int nblocks, gfp_t gfp_mask) in jbd2__journal_restart()
696 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
824 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
1017 static bool jbd2_write_access_granted(handle_t *handle, struct buffer_head *bh, in jbd2_write_access_granted()
[all …]
/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_resource.c38 static unsigned int vmci_resource_hash(struct vmci_handle handle) in vmci_resource_hash()
46 static struct vmci_resource *vmci_resource_lookup(struct vmci_handle handle, in vmci_resource_lookup()
89 struct vmci_handle handle; in vmci_resource_find_id() local
109 struct vmci_handle handle) in vmci_resource_add()
147 struct vmci_handle handle = resource->handle; in vmci_resource_remove() local
Dvmci_doorbell.c93 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags) in vmci_dbell_get_priv_flags()
237 static int dbell_link(struct vmci_handle handle, u32 notify_idx) in dbell_link()
255 static int dbell_unlink(struct vmci_handle handle) in dbell_unlink()
272 static int dbell_notify_as_guest(struct vmci_handle handle, u32 priv_flags) in dbell_notify_as_guest()
300 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) in vmci_dbell_host_context_notify()
414 int vmci_doorbell_create(struct vmci_handle *handle, in vmci_doorbell_create()
518 int vmci_doorbell_destroy(struct vmci_handle handle) in vmci_doorbell_destroy()
Dvmci_context.c677 struct vmci_handle handle; in vmci_ctx_remove_notification() local
912 struct vmci_handle handle; in vmci_ctx_rcv_notifications_release() local
952 int vmci_ctx_dbell_create(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_create()
981 int vmci_ctx_dbell_destroy(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_destroy()
1012 struct vmci_handle handle; in vmci_ctx_dbell_destroy_all() local
1048 struct vmci_handle handle, in vmci_ctx_notify_dbell()
1134 int vmci_ctx_qp_create(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_create()
1154 int vmci_ctx_qp_destroy(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_destroy()
1171 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_exists()
Dvmci_handle_array.c53 struct vmci_handle handle) in vmci_handle_arr_append_entry()
88 struct vmci_handle handle = VMCI_INVALID_HANDLE; in vmci_handle_arr_remove_entry() local
109 struct vmci_handle handle = VMCI_INVALID_HANDLE; in vmci_handle_arr_remove_tail() local
Dvmci_queue_pair.c154 struct vmci_handle handle; member
194 struct vmci_handle handle; member
816 struct vmci_handle handle) in qp_list_find()
835 qp_guest_handle_to_entry(struct vmci_handle handle) in qp_guest_handle_to_entry()
849 qp_broker_handle_to_entry(struct vmci_handle handle) in qp_broker_handle_to_entry()
863 static int qp_notify_peer_local(bool attach, struct vmci_handle handle) in qp_notify_peer_local()
889 qp_guest_endpoint_create(struct vmci_handle handle, in qp_guest_endpoint_create()
996 static int qp_detatch_hypercall(struct vmci_handle handle) in qp_detatch_hypercall()
1032 static int qp_detatch_guest_work(struct vmci_handle handle) in qp_detatch_guest_work()
1102 static int qp_alloc_guest_work(struct vmci_handle *handle, in qp_alloc_guest_work()
[all …]
Dvmci_doorbell.h29 struct vmci_handle handle; member
41 struct vmci_handle handle; member
/linux-4.19.296/fs/
Dfhandle.c24 struct file_handle *handle = NULL; in do_sys_name_to_handle() local
93 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name, in SYSCALL_DEFINE5() argument
139 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, in do_handle_to_path()
172 struct file_handle *handle = NULL; in handle_to_path() local
256 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in SYSCALL_DEFINE3() argument
274 COMPAT_SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in COMPAT_SYSCALL_DEFINE3() argument
/linux-4.19.296/include/linux/
Dpsp-sev.h177 u32 handle; /* In */ member
187 u32 handle; /* In */ member
197 u32 handle; /* In */ member
209 u32 handle; /* In */ member
226 u32 handle; /* In/Out */ member
243 u32 handle; /* In */ member
257 u32 handle; /* In */ member
271 u32 handle; /* In */ member
289 u32 handle; /* In */ member
307 u32 handle; /* In */ member
[all …]
/linux-4.19.296/drivers/xen/
Dxen-acpi-cpuhotplug.c128 static int is_processor_present(acpi_handle handle) in is_processor_present()
149 static int xen_apic_id(acpi_handle handle) in xen_apic_id()
242 static void acpi_processor_hotplug_notify(acpi_handle handle, in acpi_processor_hotplug_notify()
316 static acpi_status is_processor_device(acpi_handle handle) in is_processor_device()
347 processor_walk_namespace_cb(acpi_handle handle, in processor_walk_namespace_cb()
Dxen-acpi-pad.c57 static int acpi_pad_pur(acpi_handle handle) in acpi_pad_pur()
80 static void acpi_pad_handle_notify(acpi_handle handle) in acpi_pad_handle_notify()
104 static void acpi_pad_notify(acpi_handle handle, u32 event, in acpi_pad_notify()
/linux-4.19.296/fs/ocfs2/
Dsuballoc.c356 static int ocfs2_block_group_fill(handle_t *handle, in ocfs2_block_group_fill()
433 ocfs2_block_group_alloc_contig(struct ocfs2_super *osb, handle_t *handle, in ocfs2_block_group_alloc_contig()
478 handle_t *handle, in ocfs2_block_group_claim_bits()
497 static int ocfs2_block_group_grow_discontig(handle_t *handle, in ocfs2_block_group_grow_discontig()
559 static void ocfs2_bg_alloc_cleanup(handle_t *handle, in ocfs2_bg_alloc_cleanup()
590 ocfs2_block_group_alloc_discontig(handle_t *handle, in ocfs2_block_group_alloc_discontig()
678 handle_t *handle = NULL; in ocfs2_block_group_alloc() local
1348 int ocfs2_block_group_set_bits(handle_t *handle, in ocfs2_block_group_set_bits()
1414 static int ocfs2_relink_block_group(handle_t *handle, in ocfs2_relink_block_group()
1591 handle_t *handle, in ocfs2_alloc_dinode_update_counts()
[all …]
/linux-4.19.296/include/uapi/drm/
Dtegra_drm.h65 __u32 handle; member
77 __u32 handle; member
295 __u32 handle; member
331 __u32 handle; member
347 __u32 handle; member
383 __u32 handle; member
537 __u32 handle; member
579 __u32 handle; member
617 __u32 handle; member
636 __u32 handle; member
Darmada_drm.h27 __u32 handle; member
34 __u32 handle; member
45 __u32 handle; member
/linux-4.19.296/include/acpi/
Dacpiosxf.h109 # define acpi_os_delete_raw_lock(handle) acpi_os_delete_lock(handle) argument
113 # define acpi_os_acquire_raw_lock(handle) acpi_os_acquire_lock(handle) argument
117 # define acpi_os_release_raw_lock(handle, flags) \ argument
/linux-4.19.296/include/uapi/linux/
Dfirewire-cdev.h137 __u32 handle; member
200 __u32 handle; member
326 __u32 handle; member
531 __u32 handle; member
575 __u32 handle; member
585 __u32 handle; member
642 __u32 handle; member
655 __u32 handle; member
702 __u32 handle; member
718 __u32 handle; member
[all …]

123456789