Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 37) sorted by relevance

12

/fs/
A Dfs_context.c279 enum fs_context_purpose purpose) in alloc_fs_context() argument
289 fc->purpose = purpose; in alloc_fs_context()
299 switch (purpose) { in alloc_fs_context()
752 fc->purpose = FS_CONTEXT_FOR_RECONFIGURE; in vfs_clean_context()
/fs/dlm/
A DKconfig7 A general purpose distributed lock manager for kernel or userspace
/fs/hfs/
A Dsuper.c224 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in hfs_parse_param()
414 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE) { in hfs_init_fs_context()
/fs/hfsplus/
A Doptions.c72 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE && in hfsplus_parse_param()
A Dsuper.c661 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE) in hfsplus_init_fs_context()
/fs/ufs/
A DKconfig25 recode ("info recode") for this purpose.
A Dsuper.c396 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ufs_parse_param()
1445 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ufs_init_fs_context()
/fs/cramfs/
A DKconfig20 purpose to remain small and low on RAM usage. It is most suitable
/fs/ocfs2/
A DKconfig13 OCFS2 is a general purpose extent based shared disk cluster file
/fs/btrfs/
A DKconfig24 Btrfs is a general purpose copy-on-write filesystem with extents,
A Dsuper.c452 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE) in btrfs_parse_param()
2174 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in btrfs_init_fs_context()
/fs/jfs/
A Dsuper.c253 int reconfigure = (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE); in jfs_parse_param()
871 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in jfs_init_options()
/fs/vboxsf/
A Dsuper.c66 if (ctx->nls_name || fc->purpose != FS_CONTEXT_FOR_MOUNT) { in vboxsf_parse_param()
/fs/adfs/
A Dsuper.c444 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in adfs_init_fs_context()
/fs/jffs2/
A DKconfig120 Zlib is designed to be a free, general-purpose, legally unencumbered,
A DREADME.Locking48 The reason that the i_sem itself isn't used for this purpose is to
/fs/devpts/
A Dinode.c448 if (fc->purpose == FS_CONTEXT_FOR_MOUNT && in devpts_init_fs_context()
/fs/omfs/
A Dinode.c416 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in omfs_parse_param()
/fs/affs/
A Dsuper.c622 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in affs_init_fs_context()
/fs/hpfs/
A Dsuper.c725 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in hpfs_init_fs_context()
/fs/ext2/
A Dsuper.c91 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext2_msg_fc()
1677 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext2_init_fs_context()
/fs/overlayfs/
A Dparams.c593 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ovl_parse_param()
/fs/befs/
A Dlinuxvfs.c693 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in befs_parse_param()
/fs/ubifs/
A Dsuper.c1039 bool is_remount = (fc->purpose & FS_CONTEXT_FOR_RECONFIGURE); in ubifs_parse_param()
2343 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE) { in ubifs_init_fs_context()
/fs/udf/
A Dsuper.c241 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in udf_init_options()
525 bool remount = (fc->purpose & FS_CONTEXT_FOR_RECONFIGURE); in udf_parse_param()

Completed in 62 milliseconds

12