Lines Matching refs:set
439 * rearrange the set of dentries belonging to this super_block, nor may it
498 * @set: Setup callback
507 * initialisation will be performed (s_type, s_fs_info and s_id will be set and
508 * the set() callback will be invoked), the superblock will be published and it
514 int (*set)(struct super_block *, struct fs_context *))
538 err = set(s, fc);
573 * @set: setup callback
579 int (*set)(struct super_block *,void *),
620 err = set(s, data);
958 * We set s_readonly_remount here to protect filesystem's
1148 * vfs_get_super - Get a superblock with a search key set in s_fs_info.
1564 pr_err("Filesystem %s get_tree() didn't set fc->root\n",
1578 * superblock structure contents that we just set up, not the SB_BORN
1591 * filesystems should never set s_maxbytes larger than MAX_LFS_FILESIZE
1596 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to "
1780 * when frozen is set to SB_FREEZE_COMPLETE, and for thaw_super().