/linux-4.19.296/fs/sysfs/ |
D | symlink.c | 22 const char *name, int warn) in sysfs_do_create_link_sd() argument 49 if (warn && PTR_ERR(kn) == -EEXIST) in sysfs_do_create_link_sd() 67 const char *name, int warn) in sysfs_do_create_link() argument 79 return sysfs_do_create_link_sd(parent, target, name, warn); in sysfs_do_create_link()
|
/linux-4.19.296/fs/quota/ |
D | dquot.c | 1221 static int need_print_warning(struct dquot_warn *warn) in need_print_warning() argument 1226 switch (warn->w_dq_id.type) { in need_print_warning() 1228 return uid_eq(current_fsuid(), warn->w_dq_id.uid); in need_print_warning() 1230 return in_group_p(warn->w_dq_id.gid); in need_print_warning() 1238 static void print_warning(struct dquot_warn *warn) in print_warning() argument 1242 int warntype = warn->w_type; in print_warning() 1247 warntype == QUOTA_NL_BSOFTBELOW || !need_print_warning(warn)) in print_warning() 1253 tty_write_message(tty, warn->w_sb->s_id); in print_warning() 1258 tty_write_message(tty, quotatypes[warn->w_dq_id.type]); in print_warning() 1284 static void prepare_warning(struct dquot_warn *warn, struct dquot *dquot, in prepare_warning() argument [all …]
|
/linux-4.19.296/fs/jfs/ |
D | jfs_unicode.c | 38 int warn = !!warn_again; /* once per string */ in jfs_strfromUCS_le() local 56 if (unlikely(warn)) { in jfs_strfromUCS_le() 57 warn--; in jfs_strfromUCS_le()
|
/linux-4.19.296/drivers/media/tuners/ |
D | fc0013-priv.h | 27 #undef warn 28 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
|
D | fc0013.c | 481 warn("%s: failed: %d", __func__, ret); in fc0013_set_params() 571 warn("%s: failed: %d", __func__, ret); in fc0013_get_rf_strength()
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | cpci_hotplug_core.c | 40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro 139 warn("failure to update adapter file"); in disable_slot() 363 warn("failure to update adapter file"); in init_slots() 365 warn("failure to update latch file"); in init_slots() 397 warn("slot %s already inserted", in check_slots() 428 warn("failure to update latch file"); in check_slots() 431 warn("failure to update adapter file"); in check_slots() 453 warn("failure to update latch file"); in check_slots() 469 warn("failure to update adapter file"); in check_slots()
|
D | rpaphp.h | 44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
|
D | acpi_pcihp.c | 27 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
|
D | cpcihp_generic.c | 43 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
|
D | pciehp.h | 44 #define warn(format, arg...) \ macro
|
D | cpcihp_zt5550.c | 38 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
|
D | cpci_hotplug_pci.c | 32 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
|
D | shpchp.h | 45 #define warn(format, arg...) \ macro
|
D | pci_hotplug_core.c | 40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
|
D | ibmphp.h | 32 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
|
D | cpqphp.h | 28 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
|
/linux-4.19.296/drivers/media/common/b2c2/ |
D | flexcop-common.h | 35 #undef warn 36 #define warn(format, arg...) \ macro
|
D | flexcop.c | 281 warn("reading of MAC address failed.\n"); in flexcop_device_initialize()
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | bcm3510_priv.h | 27 #undef warn 28 #define warn(format, arg...) printk(KERN_WARNING "bcm3510: " format "\n" , ## arg) macro
|
/linux-4.19.296/include/linux/ |
D | compiler_types.h | 193 __diag_ ## compiler(version, warn, option)
|
D | mm.h | 1552 void __set_page_dirty(struct page *, struct address_space *, int warn);
|
/linux-4.19.296/fs/gfs2/ |
D | quota.c | 1196 s64 value, warn, limit; in gfs2_quota_check() local 1214 warn = (s64)be64_to_cpu(qd->qd_qb.qb_warn); in gfs2_quota_check() 1238 } else if (warn && warn < value && in gfs2_quota_check()
|
/linux-4.19.296/fs/ceph/ |
D | inode.c | 671 int warn = 0; in ceph_fill_file_time() local 716 warn = 1; in ceph_fill_file_time() 726 warn = 1; in ceph_fill_file_time() 729 if (warn) /* time_warp_seq shouldn't go backwards */ in ceph_fill_file_time()
|
/linux-4.19.296/include/acpi/ |
D | acpixf.h | 455 u8 warn))
|
/linux-4.19.296/fs/ |
D | buffer.c | 575 int warn) in __set_page_dirty() argument 581 WARN_ON_ONCE(warn && !PageUptodate(page)); in __set_page_dirty()
|