Searched refs:sb (Results 1 – 3 of 3) sorted by relevance
81 static struct inode *bpf_get_inode(struct super_block *sb, in bpf_get_inode() argument95 inode = new_inode(sb); in bpf_get_inode()378 static int bpf_fill_super(struct super_block *sb, void *data, int silent) in bpf_fill_super() argument384 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()388 sb->s_op = &bpf_super_ops; in bpf_fill_super()390 inode = sb->s_root->d_inode; in bpf_fill_super()
240 struct timespec current_fs_time(struct super_block *sb) in current_fs_time() argument243 return timespec_trunc(now, sb->s_time_gran); in current_fs_time()
2293 static void cgroup_kill_sb(struct super_block *sb) in cgroup_kill_sb() argument2295 struct kernfs_root *kf_root = kernfs_root_from_sb(sb); in cgroup_kill_sb()2311 kernfs_kill_sb(sb); in cgroup_kill_sb()2864 struct super_block *sb = of->file->f_path.dentry->d_sb; in cgroup_procs_write_permission() local2876 inode = kernfs_get_inode(sb, cgrp->procs_file.kn); in cgroup_procs_write_permission()