Searched defs:warn (Results 1 - 5 of 5) sorted by relevance

/fs/jfs/
H A Djfs_unicode.c37 static int warn_again = 5; /* Only warn up to 5 times total */
38 int warn = !!warn_again; /* once per string */ local
56 if (unlikely(warn)) {
57 warn--;
/fs/sysfs/
H A Dsymlink.c23 const char *name, int warn)
50 if (warn && PTR_ERR(kn) == -EEXIST)
68 const char *name, int warn)
80 return sysfs_do_create_link_sd(parent, target, name, warn);
103 * doesn't warn if the link already exists.
21 sysfs_do_create_link_sd(struct kernfs_node *parent, struct kobject *target_kobj, const char *name, int warn) argument
67 sysfs_do_create_link(struct kobject *kobj, struct kobject *target, const char *name, int warn) argument
/fs/ceph/
H A Dinode.c595 int warn = 0; local
638 warn = 1;
648 warn = 1;
651 if (warn) /* time_warp_seq shouldn't go backwards */
/fs/
H A Dbuffer.c624 * If warn is true, then emit a warning if the page is not uptodate and has
628 struct address_space *mapping, int warn)
634 WARN_ON_ONCE(warn && !PageUptodate(page));
627 __set_page_dirty(struct page *page, struct address_space *mapping, int warn) argument
/fs/quota/
H A Ddquot.c1147 static int need_print_warning(struct dquot_warn *warn) argument
1152 switch (warn->w_dq_id.type) {
1154 return uid_eq(current_fsuid(), warn->w_dq_id.uid);
1156 return in_group_p(warn->w_dq_id.gid);
1164 static void print_warning(struct dquot_warn *warn) argument
1168 int warntype = warn->w_type;
1173 warntype == QUOTA_NL_BSOFTBELOW || !need_print_warning(warn))
1179 tty_write_message(tty, warn->w_sb->s_id);
1184 tty_write_message(tty, quotatypes[warn->w_dq_id.type]);
1210 static void prepare_warning(struct dquot_warn *warn, struc argument
1225 flush_warnings(struct dquot_warn *warn) argument
1250 check_idq(struct dquot *dquot, qsize_t inodes, struct dquot_warn *warn) argument
1287 check_bdq(struct dquot *dquot, qsize_t space, int prealloc, struct dquot_warn *warn) argument
1597 struct dquot_warn warn[MAXQUOTAS]; local
1649 struct dquot_warn warn[MAXQUOTAS]; local
1747 struct dquot_warn warn[MAXQUOTAS]; local
1790 struct dquot_warn warn[MAXQUOTAS]; local
[all...]

Completed in 106 milliseconds