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

/linux-master/arch/x86/include/asm/
H A Dkaslr.h5 unsigned long kaslr_get_random_long(const char *purpose);
/linux-master/arch/x86/lib/
H A Dkaslr.c49 unsigned long kaslr_get_random_long(const char *purpose) argument
59 if (purpose) {
60 debug_putstr(purpose);
65 if (purpose)
74 if (purpose)
83 if (purpose)
94 if (purpose)
/linux-master/sound/soc/sof/
H A Dsof-client-probes.h33 unsigned int purpose; member in struct:sof_probe_point_desc
H A Dsof-client-probes-ipc4.c54 u32 purpose; member in struct:sof_ipc4_probe_point
218 points[i].purpose = desc[i].purpose;
H A Dsof-client-probes.c228 desc[i].buffer_id, desc[i].purpose, desc[i].stream_tag);
/linux-master/fs/
H A Dfs_context.c268 * @purpose: The purpose that this configuration shall be used for.
279 enum fs_context_purpose purpose)
289 fc->purpose = purpose;
299 switch (purpose) {
748 fc->purpose = FS_CONTEXT_FOR_RECONFIGURE;
275 alloc_fs_context(struct file_system_type *fs_type, struct dentry *reference, unsigned int sb_flags, unsigned int sb_flags_mask, enum fs_context_purpose purpose) argument
/linux-master/arch/arm/mm/
H A Dproc-v7m.S144 @ Special-purpose control register
/linux-master/include/linux/
H A Dfs_context.h107 enum fs_context_purpose purpose:8; member in struct:fs_context
/linux-master/sound/soc/intel/avs/
H A Ddebugfs.c124 desc[i].id.value, desc[i].purpose, desc[i].node_id.val);
H A Dmessages.h906 u32 purpose; member in struct:avs_probe_point_desc
/linux-master/fs/vboxsf/
H A Dsuper.c68 if (ctx->nls_name || fc->purpose != FS_CONTEXT_FOR_MOUNT) {
/linux-master/drivers/cdrom/
H A Dgdrom.c354 static int gdrom_open(struct cdrom_device_info *cd_info, int purpose) argument
/linux-master/fs/overlayfs/
H A Dparams.c558 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
/linux-master/drivers/scsi/
H A Dsr.c590 static int sr_open(struct cdrom_device_info *cdi, int purpose) argument
/linux-master/fs/btrfs/
H A Dsuper.c427 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE)
2148 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
/linux-master/fs/udf/
H A Dsuper.c241 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
524 bool remount = (fc->purpose & FS_CONTEXT_FOR_RECONFIGURE);
/linux-master/fs/ceph/
H A Dsuper.c1104 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE &&
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h894 u8 purpose; member in struct:ipw_supported_rates
H A Dipw2200.c463 /* General purpose, no alignment requirement, iterative (multi-byte) read, */
500 /* General purpose, no alignment requirement, iterative (multi-byte) write, */
537 /* General purpose, no alignment requirement, iterative (multi-byte) write, */
7344 rates->purpose = IPW_RATE_CONNECT;
10714 rates->purpose = IPW_RATE_CAPABILITIES;
10721 rates->purpose = IPW_RATE_CAPABILITIES;
/linux-master/fs/gfs2/
H A Dops_fstype.c1651 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
/linux-master/fs/fuse/
H A Dvirtio_fs.c1559 if (fsc->purpose == FS_CONTEXT_FOR_SUBMOUNT)
H A Dinode.c759 if (fsc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
/linux-master/fs/xfs/
H A Dxfs_super.c1232 if ((fc->purpose & FS_CONTEXT_FOR_RECONFIGURE) &&
/linux-master/fs/ext4/
H A Dsuper.c2158 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE;
2196 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
2736 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
2773 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE;
/linux-master/fs/ntfs3/
H A Dsuper.c1756 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE)

Completed in 421 milliseconds