Home
last modified time | relevance | path

Searched refs:moved (Results 1 - 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
H A Dfsnotify.h127 * fsnotify_move - file old_name at old_dir was moved to new_name at new_dir
132 struct dentry *moved) in fsnotify_move()
134 struct inode *source = moved->d_inode; in fsnotify_move()
138 const struct qstr *new_name = &moved->d_name; in fsnotify_move()
154 audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE); in fsnotify_move()
129 fsnotify_move(struct inode *old_dir, struct inode *new_dir, const struct qstr *old_name, int isdir, struct inode *target, struct dentry *moved) fsnotify_move() argument
/kernel/linux/linux-6.6/include/linux/
H A Dfsnotify.h138 * fsnotify_move - file old_name at old_dir was moved to new_name at new_dir
143 struct dentry *moved) in fsnotify_move()
145 struct inode *source = moved->d_inode; in fsnotify_move()
150 const struct qstr *new_name = &moved->d_name; in fsnotify_move()
159 fsnotify_name(rename_mask, moved, FSNOTIFY_EVENT_DENTRY, in fsnotify_move()
170 audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE); in fsnotify_move()
140 fsnotify_move(struct inode *old_dir, struct inode *new_dir, const struct qstr *old_name, int isdir, struct inode *target, struct dentry *moved) fsnotify_move() argument
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
H A DMakefile14 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx* \
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A DMakefile15 EXTRA_CLEAN := $(OUTPUT)/subdir.moved $(OUTPUT)/execveat.moved $(OUTPUT)/xxxxx* \
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c182 vm_bo->moved = true; in amdgpu_vm_bo_evicted()
191 * amdgpu_vm_bo_moved - vm_bo is moved
193 * @vm_bo: vm_bo which is moved
195 * State for per VM BOs which are moved, but that change is not yet reflected
201 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_moved()
218 vm_bo->moved = false; in amdgpu_vm_bo_idle()
284 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
288 vm_bo->moved = true; in amdgpu_vm_bo_reset_state_machine()
290 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_reset_state_machine()
797 /* vm_flush_needed after updating moved PDE in amdgpu_vm_update_pdes()
[all...]
H A Damdgpu_vm.h161 bool moved; member
275 /* per VM BOs moved, but not yet updated in the PT */
276 struct list_head moved; member
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c601 struct dentry *moved, in fanotify_alloc_name_event()
608 struct inode *dir2 = moved ? d_inode(moved->d_parent) : NULL; in fanotify_alloc_name_event()
609 const struct qstr *name2 = moved ? &moved->d_name : NULL; in fanotify_alloc_name_event()
724 struct dentry *moved = NULL; in fanotify_alloc_event() local
766 * 'moved' has the new parent+name. in fanotify_alloc_event()
789 moved = fsnotify_data_dentry(data, data_type); in fanotify_alloc_event()
813 } else if (name_event && (file_name || moved || child)) { in fanotify_alloc_event()
815 moved, in fanotify_alloc_event()
597 fanotify_alloc_name_event(struct inode *dir, __kernel_fsid_t *fsid, const struct qstr *name, struct inode *child, struct dentry *moved, unsigned int *hash, gfp_t gfp) fanotify_alloc_name_event() argument
[all...]
/kernel/linux/linux-6.6/fs/notify/
H A Dfsnotify.c286 struct dentry *moved = fsnotify_data_dentry(data, data_type); in fsnotify_handle_event() local
288 if (dir != moved->d_parent->d_inode) in fsnotify_handle_event()
489 struct dentry *moved; in fsnotify() local
502 moved = fsnotify_data_dentry(data, data_type); in fsnotify()
503 inode2 = moved->d_parent->d_inode; in fsnotify()
/kernel/linux/linux-5.10/mm/
H A Dmremap.c104 * in userspace the ptes were moved. in move_soft_dirty_pte()
212 * have a few 4kB-only pages that get moved down, and then in move_normal_pmd()
291 bool moved; in move_page_tables() local
295 moved = move_huge_pmd(vma, old_addr, new_addr, in move_page_tables()
299 if (moved) in move_page_tables()
311 bool moved; in move_page_tables() local
314 moved = move_normal_pmd(vma, old_addr, new_addr, in move_page_tables()
317 if (moved) in move_page_tables()
358 * Advise KSM to break any KSM pages in the area to be moved: in move_vma()
422 /* Tell pfnmap has moved fro in move_vma()
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dwriteback.h501 int moved),
502 TP_ARGS(wb, work, dirtied_before, moved),
507 __field(int, moved)
515 __entry->moved = moved;
523 __entry->moved,
/kernel/linux/linux-6.6/include/trace/events/
H A Dwriteback.h502 int moved),
503 TP_ARGS(wb, work, dirtied_before, moved),
508 __field(int, moved)
516 __entry->moved = moved;
524 __entry->moved,
/kernel/linux/linux-6.6/mm/
H A Dmremap.c125 * in userspace the ptes were moved. in move_soft_dirty_pte()
255 * have a few 4kB-only pages that get moved down, and then in move_normal_pmd()
455 bool moved = false; in move_pgt_entry() local
463 moved = move_normal_pmd(vma, old_addr, new_addr, old_entry, in move_pgt_entry()
467 moved = move_normal_pud(vma, old_addr, new_addr, old_entry, in move_pgt_entry()
471 moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && in move_pgt_entry()
476 moved = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && in move_pgt_entry()
489 return moved; in move_pgt_entry()
622 * Advise KSM to break any KSM pages in the area to be moved: in move_vma()
697 /* Tell pfnmap has moved fro in move_vma()
[all...]
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dentry.S103 | [unused part of the gap] [moved switch_stack] [moved pt_regs]
105 | return value of do_{rt_,}sigreturn() points to moved switch_stack.
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c466 unsigned int moved = 0; in __mptcp_move_skbs_from_subflow() local
491 if (!moved) in __mptcp_move_skbs_from_subflow()
519 moved += len; in __mptcp_move_skbs_from_subflow()
539 *bytes += moved; in __mptcp_move_skbs_from_subflow()
550 bool moved = false; in mptcp_ofo_queue() local
584 moved = true; in mptcp_ofo_queue()
586 return moved; in mptcp_ofo_queue()
595 unsigned int moved = 0; in move_skbs_to_msk() local
605 __mptcp_move_skbs_from_subflow(msk, ssk, &moved); in move_skbs_to_msk()
620 return moved > in move_skbs_to_msk()
1477 unsigned int moved = 0; __mptcp_move_skbs() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h151 bool moved; member
264 /* per VM BOs moved, but not yet updated in the PT */
265 struct list_head moved; member
H A Damdgpu_vm.c228 vm_bo->moved = true; in amdgpu_vm_bo_evicted()
235 * amdgpu_vm_bo_moved - vm_bo is moved
237 * @vm_bo: vm_bo which is moved
239 * State for per VM BOs which are moved, but that change is not yet reflected
244 list_move(&vm_bo->vm_status, &vm_bo->vm->moved); in amdgpu_vm_bo_moved()
258 vm_bo->moved = false; in amdgpu_vm_bo_idle()
1278 if (entry->base.bo && !entry->base.moved) in amdgpu_vm_invalidate_pds()
1835 if (!clear && bo_va->base.moved) { in amdgpu_vm_bo_update()
1836 bo_va->base.moved = false; in amdgpu_vm_bo_update()
2076 * amdgpu_vm_handle_moved - handle moved BO
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Dgc.c353 int avail, moved = 0; in move_nodes() local
375 moved = 1; in move_nodes()
407 moved = 1; in move_nodes()
410 if (ubifs_authenticated(c) && moved) { in move_nodes()
626 /* We may have moved at least some nodes so allow for races with TNC */ in ubifs_garbage_collect_leb()
656 * o GC moved indexing LEBs, but they can be used only after the commit;
709 * moved and will be available after the commit. in ubifs_garbage_collect()
719 * We've moved too many LEBs and have not made in ubifs_garbage_collect()
808 * GC moved an LEB bud have not done any progress. This means in ubifs_garbage_collect()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dgc.c353 int avail, moved = 0; in move_nodes() local
375 moved = 1; in move_nodes()
407 moved = 1; in move_nodes()
410 if (ubifs_authenticated(c) && moved) { in move_nodes()
626 /* We may have moved at least some nodes so allow for races with TNC */ in ubifs_garbage_collect_leb()
656 * o GC moved indexing LEBs, but they can be used only after the commit;
709 * moved and will be available after the commit. in ubifs_garbage_collect()
719 * We've moved too many LEBs and have not made in ubifs_garbage_collect()
811 * GC moved an LEB bud have not done any progress. This means in ubifs_garbage_collect()
/kernel/linux/linux-5.10/fs/
H A Dfs-writeback.c110 * @inode: inode to be moved
1257 int moved = 0; in move_expired_inodes() local
1264 moved++; in move_expired_inodes()
1291 return moved; in move_expired_inodes()
1308 int moved; in queue_io() local
1313 moved = move_expired_inodes(&wb->b_dirty, &wb->b_io, dirtied_before); in queue_io()
1316 moved += move_expired_inodes(&wb->b_dirty_time, &wb->b_io, in queue_io()
1318 if (moved) in queue_io()
1320 trace_writeback_queue_io(wb, work, dirtied_before, moved); in queue_io()
1918 * Dirty inodes are moved t in wb_writeback()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dfs-writeback.c110 * @inode: inode to be moved
1396 int moved = 0; in move_expired_inodes() local
1404 moved++; in move_expired_inodes()
1421 * Although inode's i_io_list is moved from 'tmp' to 'dispatch_queue', in move_expired_inodes()
1435 return moved; in move_expired_inodes()
1452 int moved; in queue_io() local
1457 moved = move_expired_inodes(&wb->b_dirty, &wb->b_io, dirtied_before); in queue_io()
1460 moved += move_expired_inodes(&wb->b_dirty_time, &wb->b_io, in queue_io()
1462 if (moved) in queue_io()
1464 trace_writeback_queue_io(wb, work, dirtied_before, moved); in queue_io()
[all...]
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c641 unsigned int moved = 0; in __mptcp_move_skbs_from_subflow() local
676 if (!moved) in __mptcp_move_skbs_from_subflow()
704 moved += len; in __mptcp_move_skbs_from_subflow()
724 *bytes += moved; in __mptcp_move_skbs_from_subflow()
732 bool moved = false; in __mptcp_ofo_queue() local
768 moved = true; in __mptcp_ofo_queue()
770 return moved; in __mptcp_ofo_queue()
819 unsigned int moved = 0; in move_skbs_to_msk() local
821 __mptcp_move_skbs_from_subflow(msk, ssk, &moved); in move_skbs_to_msk()
837 return moved > in move_skbs_to_msk()
2075 unsigned int moved = 0; __mptcp_move_skbs() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsto_res.S6 | users destination register then fp0 is moved to the
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsto_res.S6 | users destination register then fp0 is moved to the
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3296 # on the system stack must be carefully moved "down" to make room #
3297 # for the operand being moved. #
4325 tst.b %d1 # should FP0 be moved?
4333 lsl.b &0x1,%d1 # should FP1 be moved?
4341 lsl.b &0x1,%d1 # should FP2 be moved?
4348 lsl.b &0x1,%d1 # should FP3 be moved?
4355 lsl.b &0x1,%d1 # should FP4 be moved?
4362 lsl.b &0x1,%d1 # should FP5 be moved?
4369 lsl.b &0x1,%d1 # should FP6 be moved?
4376 lsl.b &0x1,%d1 # should FP7 be moved
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3296 # on the system stack must be carefully moved "down" to make room #
3297 # for the operand being moved. #
4325 tst.b %d1 # should FP0 be moved?
4333 lsl.b &0x1,%d1 # should FP1 be moved?
4341 lsl.b &0x1,%d1 # should FP2 be moved?
4348 lsl.b &0x1,%d1 # should FP3 be moved?
4355 lsl.b &0x1,%d1 # should FP4 be moved?
4362 lsl.b &0x1,%d1 # should FP5 be moved?
4369 lsl.b &0x1,%d1 # should FP6 be moved?
4376 lsl.b &0x1,%d1 # should FP7 be moved
[all...]

Completed in 43 milliseconds

12