Searched refs:purpose (Results 1 – 25 of 37) sorted by relevance
12
279 enum fs_context_purpose purpose) in alloc_fs_context() argument289 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()
7 A general purpose distributed lock manager for kernel or userspace
224 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in hfs_parse_param()414 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE) { in hfs_init_fs_context()
72 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE && in hfsplus_parse_param()
661 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE) in hfsplus_init_fs_context()
25 recode ("info recode") for this purpose.
396 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ufs_parse_param()1445 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ufs_init_fs_context()
20 purpose to remain small and low on RAM usage. It is most suitable
13 OCFS2 is a general purpose extent based shared disk cluster file
24 Btrfs is a general purpose copy-on-write filesystem with extents,
452 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE) in btrfs_parse_param()2174 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in btrfs_init_fs_context()
253 int reconfigure = (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE); in jfs_parse_param()871 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in jfs_init_options()
66 if (ctx->nls_name || fc->purpose != FS_CONTEXT_FOR_MOUNT) { in vboxsf_parse_param()
444 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in adfs_init_fs_context()
120 Zlib is designed to be a free, general-purpose, legally unencumbered,
48 The reason that the i_sem itself isn't used for this purpose is to
448 if (fc->purpose == FS_CONTEXT_FOR_MOUNT && in devpts_init_fs_context()
416 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in omfs_parse_param()
622 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in affs_init_fs_context()
725 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in hpfs_init_fs_context()
91 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext2_msg_fc()1677 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext2_init_fs_context()
593 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ovl_parse_param()
693 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in befs_parse_param()
1039 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()
241 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