Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 27) sorted by relevance

12

/linux-4.19.296/fs/sysfs/
Dsymlink.c22 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/
Ddquot.c1221 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/
Djfs_unicode.c38 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/
Dfc0013-priv.h27 #undef warn
28 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
Dfc0013.c481 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/
Dcpci_hotplug_core.c40 #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()
Drpaphp.h44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
Dacpi_pcihp.c27 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
Dcpcihp_generic.c43 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
Dpciehp.h44 #define warn(format, arg...) \ macro
Dcpcihp_zt5550.c38 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
Dcpci_hotplug_pci.c32 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) macro
Dshpchp.h45 #define warn(format, arg...) \ macro
Dpci_hotplug_core.c40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
Dibmphp.h32 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
Dcpqphp.h28 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) macro
/linux-4.19.296/drivers/media/common/b2c2/
Dflexcop-common.h35 #undef warn
36 #define warn(format, arg...) \ macro
Dflexcop.c281 warn("reading of MAC address failed.\n"); in flexcop_device_initialize()
/linux-4.19.296/drivers/media/dvb-frontends/
Dbcm3510_priv.h27 #undef warn
28 #define warn(format, arg...) printk(KERN_WARNING "bcm3510: " format "\n" , ## arg) macro
/linux-4.19.296/include/linux/
Dcompiler_types.h193 __diag_ ## compiler(version, warn, option)
Dmm.h1552 void __set_page_dirty(struct page *, struct address_space *, int warn);
/linux-4.19.296/fs/gfs2/
Dquota.c1196 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/
Dinode.c671 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/
Dacpixf.h455 u8 warn))
/linux-4.19.296/fs/
Dbuffer.c575 int warn) in __set_page_dirty() argument
581 WARN_ON_ONCE(warn && !PageUptodate(page)); in __set_page_dirty()

12