Lines Matching refs:superblock

39  (4) Get or create a superblock and mountable root.
64 The creation and reconfiguration of a superblock is governed by a filesystem
115 superblock thereof). This is filled in by the ->get_tree() op. If this
126 mount superblock on an automount.
153 A place for the LSMs to hang their security data for the superblock. The
160 The proposed s_fs_info for a new superblock, set in the superblock by
174 These will be bitwise-OR'd with s->s_iflags when a superblock is created.
184 FS_CONTEXT_FOR_MOUNT, New superblock for explicit mount
198 and attach it to the superblock (or whatever), provided it clears the pointer
279 Called to get or create the mountable root and superblock, using the
282 filesystem context and transfer them to the superblock it creates.
294 Called to effect reconfiguration of a superblock using information stored
296 the filesystem context and transfer them to the superblock. The
297 superblock can be found from fc->root->d_sb.
309 building up a security context for the superblock to be mounted. There are a
321 reference will be non-NULL if the context is being created for superblock
323 the root dentry of the superblock to be reconfigured. It will also be
342 contents may have been transferred to a superblock and the pointer cleared
369 In the case of reconfiguration, the target superblock will be accessible
376 Called during the mount procedure to verify that the specified superblock
411 whether that be with a new superblock or sharing an existing one. This
412 sets the superblock flags, initialises the security and calls
416 sb_flags presets the superblock flags stored therein.
426 existing superblock. dentry provides a reference to the superblock to be
427 configured. sb_flags and sb_flags_mask indicate which superblock flags
437 an automount point or other derived superblock. fs_type specifies the
440 dentry's superblock also.
528 Get or create the mountable root and superblock, using the parameters in
529 the filesystem context to select/configure the superblock. This invokes
554 existing superblock matching the criteria held in the fs_context, using
555 the test function to match them. If no match is found, a new superblock
566 Only one such superblock may exist in the system. Any further
567 attempt to get a new superblock gets this one (and any parameter