Home
last modified time | relevance | path

Searched refs:s_root (Results 51 – 75 of 125) sorted by relevance

12345

/openbmc/linux/fs/gfs2/
H A Dexport.c49 if (!parent || inode == d_inode(sb->s_root)) in gfs2_encode_fh()
H A Dops_fstype.c540 sb->s_root = dget(sdp->sd_args.ar_meta ? sdp->sd_master_dir : sdp->sd_root_dir); in init_sb()
1312 if (sb->s_root) in gfs2_fill_super()
1313 dput(sb->s_root); in gfs2_fill_super()
1314 sb->s_root = NULL; in gfs2_fill_super()
/openbmc/linux/fs/autofs/
H A Dexpire.c279 struct dentry *root = dget(sb->s_root); in autofs_expire_direct()
426 struct dentry *root = sb->s_root; in autofs_expire_indirect()
/openbmc/linux/fs/romfs/
H A Dsuper.c536 sb->s_root = d_make_root(root); in romfs_fill_super()
537 if (!sb->s_root) in romfs_fill_super()
/openbmc/linux/security/selinux/
H A Dselinuxfs.c2022 fsi->bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &fsi->last_ino); in sel_fill_super()
2030 dentry = d_alloc_name(sb->s_root, NULL_FILE_NAME); in sel_fill_super()
2050 dentry = sel_make_dir(sb->s_root, "avc", &fsi->last_ino); in sel_fill_super()
2060 dentry = sel_make_dir(sb->s_root, "ss", &fsi->last_ino); in sel_fill_super()
2070 dentry = sel_make_dir(sb->s_root, "initial_contexts", &fsi->last_ino); in sel_fill_super()
2080 fsi->class_dir = sel_make_dir(sb->s_root, CLASS_DIR_NAME, &fsi->last_ino); in sel_fill_super()
2087 fsi->policycap_dir = sel_make_dir(sb->s_root, POLICYCAP_DIR_NAME, in sel_fill_super()
H A Dhooks.c499 struct dentry *root = sb->s_root; in sb_check_xattr_support()
548 struct dentry *root = sb->s_root; in sb_finish_set_opts()
628 struct dentry *root = sb->s_root; in selinux_set_mnt_opts()
886 struct inode_security_struct *oldroot = backing_inode_security(oldsb->s_root); in selinux_cmp_sb_context()
887 struct inode_security_struct *newroot = backing_inode_security(newsb->s_root); in selinux_cmp_sb_context()
976 struct inode_security_struct *newisec = backing_inode_security(newsb->s_root); in selinux_sb_clone_mnt_opts()
1104 struct dentry *root = sb->s_root; in selinux_sb_show_options()
2667 root_isec = backing_inode_security(sb->s_root); in selinux_sb_mnt_opts_compat()
2703 root_isec = backing_inode_security(sb->s_root); in selinux_sb_remount()
2728 ad.u.dentry = sb->s_root; in selinux_sb_kern_mount()
[all …]
/openbmc/linux/fs/orangefs/
H A Dsuper.c471 sb->s_root = root_dentry; in orangefs_fill_sb()
581 return dget(sb->s_root); in orangefs_mount()
/openbmc/linux/fs/coda/
H A Dupcall.c896 if (!sb || !sb->s_root) in coda_downcall()
903 if (d_really_is_positive(sb->s_root)) in coda_downcall()
904 coda_flag_inode(d_inode(sb->s_root), C_FLUSH); in coda_downcall()
/openbmc/linux/fs/squashfs/
H A Dsuper.c453 sb->s_root = d_make_root(root); in squashfs_fill_super()
454 if (sb->s_root == NULL) { in squashfs_fill_super()
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c266 sb->s_root = d_make_root(inode); in cifs_read_super()
267 if (!sb->s_root) { in cifs_read_super()
847 return dget(sb->s_root); in cifs_get_root()
857 dentry = dget(sb->s_root); in cifs_get_root()
955 if (sb->s_root) { in cifs_smb3_do_mount()
/openbmc/linux/kernel/bpf/
H A Dinode.c753 inode = sb->s_root->d_inode; in bpf_fill_super()
756 populate_bpffs(sb->s_root); in bpf_fill_super()
/openbmc/linux/fs/affs/
H A Dsuper.c541 sb->s_root = d_make_root(root_inode); in affs_fill_super()
542 if (!sb->s_root) { in affs_fill_super()
/openbmc/linux/fs/omfs/
H A Dinode.c581 sb->s_root = d_make_root(root); in omfs_fill_super()
582 if (!sb->s_root) { in omfs_fill_super()
/openbmc/linux/fs/sysv/
H A Dsuper.c344 sb->s_root = d_make_root(root_inode); in complete_read_super()
345 if (!sb->s_root) { in complete_read_super()
/openbmc/linux/fs/hpfs/
H A Dsuper.c714 s->s_root = d_make_root(root); in hpfs_fill_super()
715 if (!s->s_root) in hpfs_fill_super()
/openbmc/linux/fs/minix/
H A Dinode.c309 s->s_root = d_make_root(root_inode); in minix_fill_super()
310 if (!s->s_root) in minix_fill_super()
/openbmc/linux/fs/jffs2/
H A Dfs.c587 sb->s_root = d_make_root(root_i); in jffs2_do_fill_super()
588 if (!sb->s_root) in jffs2_do_fill_super()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2312 sb->s_root = d_make_root(root); in ubifs_fill_super()
2313 if (!sb->s_root) { in ubifs_fill_super()
2318 sb->s_root = NULL; in ubifs_fill_super()
2484 if (sb->s_root) { in ubifs_mount()
2508 return dget(sb->s_root); in ubifs_mount()
/openbmc/linux/fs/befs/
H A Dlinuxvfs.c903 sb->s_root = d_make_root(root); in befs_fill_super()
904 if (!sb->s_root) { in befs_fill_super()
/openbmc/linux/fs/jfs/
H A Dsuper.c585 sb->s_root = d_make_root(inode); in jfs_fill_super()
586 if (!sb->s_root) in jfs_fill_super()
/openbmc/linux/fs/cramfs/
H A Dinode.c601 sb->s_root = d_make_root(root); in cramfs_finalize_super()
602 if (!sb->s_root) in cramfs_finalize_super()
/openbmc/linux/fs/fuse/
H A Dvirtio_fs.c1406 if (sb->s_root) { in virtio_kill_sb()
1473 if (!sb->s_root) { in virtio_fs_get_tree()
1484 fsc->root = dget(sb->s_root); in virtio_fs_get_tree()
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c79 return dget(s->s_root); in public_dev_mount()
/openbmc/linux/fs/erofs/
H A Dsuper.c661 sb->s_root = d_make_root(inode); in erofs_fc_fill_super()
662 if (!sb->s_root) in erofs_fc_fill_super()
/openbmc/linux/fs/btrfs/
H A Dsuper.c1176 sb->s_root = d_make_root(inode); in btrfs_fill_super()
1177 if (!sb->s_root) { in btrfs_fill_super()
1518 if (s->s_root) { in btrfs_mount_root()
1538 return dget(s->s_root); in btrfs_mount_root()

12345