Lines Matching refs:f
443 static ssize_t profile_load(struct file *f, const char __user *buf, size_t size, in profile_load() argument
446 struct aa_ns *ns = aa_get_ns(f->f_inode->i_private); in profile_load()
460 static ssize_t profile_replace(struct file *f, const char __user *buf, in profile_replace() argument
463 struct aa_ns *ns = aa_get_ns(f->f_inode->i_private); in profile_replace()
477 static ssize_t profile_remove(struct file *f, const char __user *buf, in profile_remove() argument
483 struct aa_ns *ns = aa_get_ns(f->f_inode->i_private); in profile_remove()
2215 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() argument
2220 f->private = root; in p_start()
2243 static void *p_next(struct seq_file *f, void *p, loff_t *pos) in p_next() argument
2246 struct aa_ns *ns = f->private; in p_next()
2259 static void p_stop(struct seq_file *f, void *p) in p_stop() argument
2262 struct aa_ns *root = f->private, *ns; in p_stop()
2279 static int seq_show_profile(struct seq_file *f, void *p) in seq_show_profile() argument
2282 struct aa_ns *root = f->private; in seq_show_profile()
2284 aa_label_seq_xprint(f, root, &profile->label, in seq_show_profile()
2286 seq_putc(f, '\n'); in seq_show_profile()