Searched defs:pos (Results 1 – 4 of 4) sorted by relevance
/security/smack/ |
D | smackfs.c | 133 static void *load_seq_start(struct seq_file *s, loff_t *pos) in load_seq_start() 141 static void *load_seq_next(struct seq_file *s, void *v, loff_t *pos) in load_seq_next() 431 static void *cipso_seq_start(struct seq_file *s, loff_t *pos) in cipso_seq_start() 439 static void *cipso_seq_next(struct seq_file *s, void *v, loff_t *pos) in cipso_seq_next() 636 static void *netlbladdr_seq_start(struct seq_file *s, loff_t *pos) in netlbladdr_seq_start() 644 static void *netlbladdr_seq_next(struct seq_file *s, void *v, loff_t *pos) in netlbladdr_seq_next()
|
/security/keys/ |
D | proc.c | 103 loff_t pos = *_pos; in proc_keys_start() local 219 loff_t pos = *_pos; in proc_key_users_start() local
|
/security/selinux/ |
D | avc.c | 466 struct avc_node *pos, *node = NULL; in avc_insert() local 755 struct avc_node *pos, *node, *orig = NULL; in avc_update_node() local
|
D | selinuxfs.c | 526 …ze_t selinux_transaction_write(struct file *file, const char __user *buf, size_t size, loff_t *pos) in selinux_transaction_write() 1221 static void *sel_avc_stats_seq_start(struct seq_file *seq, loff_t *pos) in sel_avc_stats_seq_start() 1231 static void *sel_avc_stats_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sel_avc_stats_seq_next()
|