/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ioctl.c | 847 bool preserve; in ocfs2_ioctl() local 910 preserve = (args.preserve != 0); in ocfs2_ioctl() 912 return ocfs2_reflink_ioctl(inode, old_path, new_path, preserve); in ocfs2_ioctl() 955 bool preserve; in ocfs2_compat_ioctl() local 979 preserve = (args.preserve != 0); in ocfs2_compat_ioctl() 982 compat_ptr(args.new_path), preserve); in ocfs2_compat_ioctl()
|
H A D | ocfs2_ioctl.h | 67 __u64 preserve; member
|
H A D | refcounttree.h | 109 bool preserve);
|
H A D | refcounttree.c | 4055 bool preserve) in ocfs2_complete_reflink() 4092 if (preserve) { in ocfs2_complete_reflink() 4126 bool preserve) in ocfs2_create_reflink_node() 4182 bool preserve) in __ocfs2_reflink() 4215 new_inode, new_bh, preserve); in __ocfs2_reflink() 4224 preserve); in __ocfs2_reflink() 4232 new_inode, new_bh, preserve); in __ocfs2_reflink() 4251 struct dentry *new_dentry, bool preserve) in ocfs2_reflink() 4286 new_orphan_inode, preserve); in ocfs2_reflink() 4308 if (!preserve) { in ocfs2_reflink() 4051 ocfs2_complete_reflink(struct inode *s_inode, struct buffer_head *s_bh, struct inode *t_inode, struct buffer_head *t_bh, bool preserve) ocfs2_complete_reflink() argument 4122 ocfs2_create_reflink_node(struct inode *s_inode, struct buffer_head *s_bh, struct inode *t_inode, struct buffer_head *t_bh, bool preserve) ocfs2_create_reflink_node() argument 4179 __ocfs2_reflink(struct dentry *old_dentry, struct buffer_head *old_bh, struct inode *new_inode, bool preserve) __ocfs2_reflink() argument 4250 ocfs2_reflink(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool preserve) ocfs2_reflink() argument 4360 ocfs2_vfs_reflink(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool preserve) ocfs2_vfs_reflink() argument 4420 ocfs2_reflink_ioctl(struct inode *inode, const char __user *oldname, const char __user *newname, bool preserve) ocfs2_reflink_ioctl() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ioctl.c | 899 bool preserve; in ocfs2_ioctl() local 905 preserve = (args.preserve != 0); in ocfs2_ioctl() 907 return ocfs2_reflink_ioctl(inode, old_path, new_path, preserve); in ocfs2_ioctl() 954 bool preserve; in ocfs2_compat_ioctl() local 972 preserve = (args.preserve != 0); in ocfs2_compat_ioctl() 975 compat_ptr(args.new_path), preserve); in ocfs2_compat_ioctl()
|
H A D | refcounttree.h | 107 bool preserve);
|
H A D | ocfs2_ioctl.h | 57 __u64 preserve; member
|
H A D | refcounttree.c | 4026 bool preserve) in ocfs2_complete_reflink() 4063 if (preserve) { in ocfs2_complete_reflink() 4097 bool preserve) in ocfs2_create_reflink_node() 4153 bool preserve) in __ocfs2_reflink() 4186 new_inode, new_bh, preserve); in __ocfs2_reflink() 4195 preserve); in __ocfs2_reflink() 4203 new_inode, new_bh, preserve); in __ocfs2_reflink() 4222 struct dentry *new_dentry, bool preserve) in ocfs2_reflink() 4257 new_orphan_inode, preserve); in ocfs2_reflink() 4279 if (!preserve) { in ocfs2_reflink() 4022 ocfs2_complete_reflink(struct inode *s_inode, struct buffer_head *s_bh, struct inode *t_inode, struct buffer_head *t_bh, bool preserve) ocfs2_complete_reflink() argument 4093 ocfs2_create_reflink_node(struct inode *s_inode, struct buffer_head *s_bh, struct inode *t_inode, struct buffer_head *t_bh, bool preserve) ocfs2_create_reflink_node() argument 4150 __ocfs2_reflink(struct dentry *old_dentry, struct buffer_head *old_bh, struct inode *new_inode, bool preserve) __ocfs2_reflink() argument 4221 ocfs2_reflink(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool preserve) ocfs2_reflink() argument 4331 ocfs2_vfs_reflink(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool preserve) ocfs2_vfs_reflink() argument 4391 ocfs2_reflink_ioctl(struct inode *inode, const char __user *oldname, const char __user *newname, bool preserve) ocfs2_reflink_ioctl() argument [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | wdat_wdt.c | 132 bool preserve; in wdat_wdt_run_action() local 137 preserve = entry->instruction & ACPI_WDAT_PRESERVE_REGISTER; in wdat_wdt_run_action() 166 if (preserve) { in wdat_wdt_run_action() 182 if (preserve) { in wdat_wdt_run_action()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | wdat_wdt.c | 132 bool preserve; in wdat_wdt_run_action() local 137 preserve = entry->instruction & ACPI_WDAT_PRESERVE_REGISTER; in wdat_wdt_run_action() 166 if (preserve) { in wdat_wdt_run_action() 182 if (preserve) { in wdat_wdt_run_action()
|
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | omap2plus.S | 64 orr \rd, \rd, \rx, lsl #24 @ preserve LSR reg offset
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | omap2plus.S | 64 orr \rd, \rd, \rx, lsl #24 @ preserve LSR reg offset
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-v7m.S | 53 push {r0, lr} @ preserve LR and original SP
|
H A D | iwmmxt.S | 279 mov r3, lr @ preserve return address 317 mov r3, lr @ preserve return address
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | iwmmxt.S | 269 mov r3, lr @ preserve return address 307 mov r3, lr @ preserve return address
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | tmio_mmc_core.c | 182 static void tmio_mmc_reset(struct tmio_mmc_host *host, bool preserve) in tmio_mmc_reset() argument 186 if (preserve) { in tmio_mmc_reset() 202 host->reset(host, preserve); in tmio_mmc_reset() 218 if (preserve) { in tmio_mmc_reset()
|
H A D | tmio_mmc.h | 189 void (*reset)(struct tmio_mmc_host *host, bool preserve);
|
H A D | renesas_sdhi_core.c | 576 static void renesas_sdhi_reset(struct tmio_mmc_host *host, bool preserve) in renesas_sdhi_reset() argument 582 if (!preserve) { in renesas_sdhi_reset()
|
/kernel/linux/linux-5.10/drivers/visorbus/ |
H A D | controlvmchannel.h | 195 * @preserve: =1 this is to let us know to preserve channel 228 u32 preserve:1; member
|
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
H A D | crunch-bits.S | 274 mov r3, lr @ preserve return address 307 mov r3, lr @ preserve return address
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | lib1funcs.S | 313 movs ip, r0 @ preserve sign of dividend
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | lib1funcs.S | 313 movs ip, r0 @ preserve sign of dividend
|
/kernel/linux/linux-6.6/arch/xtensa/lib/ |
H A D | usercopy.S | 71 mov a11, a4 # preserve original len for error case
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 386 ARM( teq r14,sp ) @ preserve carry 388 THUMB( teq r14,r11 ) @ preserve carry
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 386 ARM( teq r14,sp ) @ preserve carry 388 THUMB( teq r14,r11 ) @ preserve carry
|