Lines Matching refs:set
103 * creation will succeed and SB_BORN is set by vfs_get_tree() or we're
108 * Return: This returns true if SB_BORN was set, false if SB_DYING was
109 * set. The function acquires s_umount and returns with it held.
170 * ___wait_var_event() either sees SB_BORN set or
657 * rearrange the set of dentries belonging to this super_block, nor may it
747 * @set: Setup callback
768 * set and the @set callback will be invoked), the superblock will be
777 int (*set)(struct super_block *, struct fs_context *))
801 err = set(s, fc);
815 * SB_DYING to be set.
845 * @set: setup callback
851 int (*set)(struct super_block *,void *),
892 err = set(s, data);
1406 * be set). The superblock will be published and it will be returned in
1502 * Until SB_BORN flag is set, there can be no active superblock
1506 * It is enough to check bdev was not frozen before we set s_bdev.
1571 * reference and SB_BORN is not set yet.
1623 * reference and SB_BORN is not set yet.
1755 pr_err("Filesystem %s get_tree() didn't set fc->root\n",
1770 * the superblock structure contents that we just set up, not
1782 * filesystems should never set s_maxbytes larger than MAX_LFS_FILESIZE
1787 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to "
2029 * when frozen is set to SB_FREEZE_COMPLETE, and for thaw_super().