Searched refs:fc (Results 76 - 100 of 546) sorted by last modified time

1234567891011>>

/linux-master/security/selinux/
H A Dhooks.c2788 static int selinux_fs_context_submount(struct fs_context *fc, argument
2795 * Ensure that fc->security remains NULL when no options are set
2811 fc->security = opts;
2815 static int selinux_fs_context_dup(struct fs_context *fc, argument
2823 fc->security = kmemdup(src, sizeof(*src), GFP_KERNEL);
2824 return fc->security ? 0 : -ENOMEM;
2836 static int selinux_fs_context_parse_param(struct fs_context *fc, argument
2842 opt = fs_parse(fc, selinux_fs_parameters, param, &result);
2846 return selinux_add_opt(opt, param->string, &fc->security);
/linux-master/security/
H A Dsecurity.c1228 * security_fs_context_submount() - Initialise fc->security
1229 * @fc: new filesystem context
1236 int security_fs_context_submount(struct fs_context *fc, struct super_block *reference) argument
1238 return call_int_hook(fs_context_submount, fc, reference);
1243 * @fc: destination filesystem context
1247 * initialised to NULL by the caller. @fc indicates the new filesystem context.
1252 int security_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc) argument
1254 return call_int_hook(fs_context_dup, fc, src_fc);
1259 * @fc: filesystem context
1269 int security_fs_context_parse_param(struct fs_context *fc, argument
[all...]
/linux-master/net/mac80211/
H A Dutil.c57 __le16 fc = hdr->frame_control; local
59 if (ieee80211_is_data(fc)) {
63 if (ieee80211_has_a4(fc))
65 if (ieee80211_has_tods(fc))
67 if (ieee80211_has_fromds(fc))
73 if (ieee80211_is_s1g_beacon(fc)) {
79 if (ieee80211_is_mgmt(fc)) {
85 if (ieee80211_is_ctl(fc)) {
86 if (ieee80211_is_pspoll(fc))
89 if (ieee80211_is_back_req(fc)) {
[all...]
H A Dtx.c452 static int ieee80211_use_mfp(__le16 fc, struct sta_info *sta, argument
455 if (!ieee80211_is_mgmt(fc))
2605 __le16 fc; local
2631 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_DATA);
2640 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS | IEEE80211_FCTL_TODS);
2664 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS);
2730 hdrlen = ieee80211_fill_mesh_addresses(&hdr, &fc,
2748 hdrlen = ieee80211_fill_mesh_addresses(&hdr, &fc,
2793 fc |= cpu_to_le16(IEEE80211_FCTL_FROMDS |
2802 fc |
3033 __le16 fc; local
[all...]
H A Dstatus.c963 __le16 fc; local
970 fc = hdr->frame_control;
984 ieee80211_is_data_qos(fc))
995 (ieee80211_is_data_qos(fc))) {
1005 } else if (ieee80211_is_data_qos(fc)) {
1011 if (!acked && ieee80211_is_back_req(fc)) {
1035 } else if (ieee80211_is_data_present(fc)) {
1069 ieee80211_is_data(fc) ||
1070 ieee80211_is_mgmt(fc))
1077 if (ieee80211_is_any_nullfunc(fc)
[all...]
H A Drx.c50 __le16 fc; local
65 fc = hdr->frame_control;
74 if (likely(!ieee80211_is_mgmt(fc) || !ieee80211_has_order(fc)))
77 hdrlen = ieee80211_hdrlen(fc);
1017 __le16 fc = hdr->frame_control; local
1018 int hdrlen = ieee80211_hdrlen(fc);
1917 __le16 fc; local
1952 fc = hdr->frame_control;
1958 if (ieee80211_has_protected(fc)
2236 requires_sequential_pn(struct ieee80211_rx_data *rx, __le16 fc) argument
2252 __le16 fc; local
2414 ieee80211_drop_unencrypted(struct ieee80211_rx_data *rx, __le16 fc) argument
2440 __le16 fc = mgmt->frame_control; local
2587 ieee80211_frame_allowed(struct ieee80211_rx_data *rx, __le16 fc) argument
2833 uint16_t fc = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_QOS_DATA; local
3015 __le16 fc = hdr->frame_control; local
3109 __le16 fc = hdr->frame_control; local
3167 __le16 fc = hdr->frame_control; local
5184 __le16 fc; local
[all...]
H A Dmlme.c1839 __le16 fc; local
1851 fc = cpu_to_le16(IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC |
1853 nullfunc->frame_control = fc;
6891 u16 fc; local
6897 fc = le16_to_cpu(hdr->frame_control);
6899 switch (fc & IEEE80211_FCTL_STYPE) {
6912 u16 fc; local
6919 fc = le16_to_cpu(mgmt->frame_control);
6928 switch (fc & IEEE80211_FCTL_STYPE) {
7152 __le16 fc, boo
7151 ieee80211_mgd_conn_tx_status(struct ieee80211_sub_if_data *sdata, __le16 fc, bool acked) argument
7171 __le16 fc = ifmgd->status_fc; local
[all...]
H A Dieee80211_i.h1883 __le16 fc, bool acked);
H A Dcfg.c4184 __le16 fc; local
4212 fc = cpu_to_le16(IEEE80211_FTYPE_DATA |
4217 fc = cpu_to_le16(IEEE80211_FTYPE_DATA |
4233 nullfunc->frame_control = fc;
/linux-master/net/core/
H A Dflow_dissector.c31 #include <scsi/fc/fc_fcoe.h>
/linux-master/net/9p/
H A Dclient.c226 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, argument
230 fc->sdata = kmem_cache_alloc(c->fcall_cache, GFP_NOFS);
231 fc->cache = c->fcall_cache;
233 fc->sdata = kmalloc(alloc_msize, GFP_NOFS);
234 fc->cache = NULL;
236 if (!fc->sdata)
238 fc->capacity = alloc_msize;
242 void p9_fcall_fini(struct p9_fcall *fc) argument
247 if (unlikely(!fc->sdata))
250 if (fc
[all...]
/linux-master/init/
H A Ddo_mounts.c499 static int rootfs_init_fs_context(struct fs_context *fc) argument
502 return shmem_init_fs_context(fc);
504 return ramfs_init_fs_context(fc);
/linux-master/include/scsi/
H A Dlibfc.h20 #include <scsi/fc/fc_fcp.h>
21 #include <scsi/fc/fc_ns.h>
22 #include <scsi/fc/fc_ms.h>
23 #include <scsi/fc/fc_els.h>
24 #include <scsi/fc/fc_gs.h>
226 * struct fc_stats - fc stats structure
H A Dlibfcoe.h19 #include <scsi/fc/fc_fcoe.h>
/linux-master/include/net/
H A Dcfg80211.h6574 * @fc: frame control field in little-endian format
6577 unsigned int __attribute_const__ ieee80211_hdrlen(__le16 fc);
/linux-master/include/net/9p/
H A Dclient.h228 void p9_fcall_fini(struct p9_fcall *fc);
/linux-master/include/linux/
H A Dsecurity.h303 int security_fs_context_submount(struct fs_context *fc, struct super_block *reference);
304 int security_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc);
305 int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param);
664 static inline int security_fs_context_submount(struct fs_context *fc, argument
669 static inline int security_fs_context_dup(struct fs_context *fc, argument
674 static inline int security_fs_context_parse_param(struct fs_context *fc, argument
H A Dlsm_hook_defs.h57 LSM_HOOK(int, 0, fs_context_submount, struct fs_context *fc, struct super_block *reference)
58 LSM_HOOK(int, 0, fs_context_dup, struct fs_context *fc,
60 LSM_HOOK(int, -ENOPARAM, fs_context_parse_param, struct fs_context *fc,
H A Dieee80211.h375 * @fc: frame control bytes in little-endian byteorder
377 static inline bool ieee80211_has_tods(__le16 fc) argument
379 return (fc & cpu_to_le16(IEEE80211_FCTL_TODS)) != 0;
384 * @fc: frame control bytes in little-endian byteorder
386 static inline bool ieee80211_has_fromds(__le16 fc) argument
388 return (fc & cpu_to_le16(IEEE80211_FCTL_FROMDS)) != 0;
393 * @fc: frame control bytes in little-endian byteorder
395 static inline bool ieee80211_has_a4(__le16 fc) argument
398 return (fc & tmp) == tmp;
403 * @fc
405 ieee80211_has_morefrags(__le16 fc) argument
414 ieee80211_has_retry(__le16 fc) argument
423 ieee80211_has_pm(__le16 fc) argument
432 ieee80211_has_moredata(__le16 fc) argument
441 ieee80211_has_protected(__le16 fc) argument
450 ieee80211_has_order(__le16 fc) argument
459 ieee80211_is_mgmt(__le16 fc) argument
469 ieee80211_is_ctl(__le16 fc) argument
479 ieee80211_is_data(__le16 fc) argument
489 ieee80211_is_ext(__le16 fc) argument
500 ieee80211_is_data_qos(__le16 fc) argument
514 ieee80211_is_data_present(__le16 fc) argument
528 ieee80211_is_assoc_req(__le16 fc) argument
538 ieee80211_is_assoc_resp(__le16 fc) argument
548 ieee80211_is_reassoc_req(__le16 fc) argument
558 ieee80211_is_reassoc_resp(__le16 fc) argument
568 ieee80211_is_probe_req(__le16 fc) argument
578 ieee80211_is_probe_resp(__le16 fc) argument
588 ieee80211_is_beacon(__le16 fc) argument
599 ieee80211_is_s1g_beacon(__le16 fc) argument
611 ieee80211_next_tbtt_present(__le16 fc) argument
623 ieee80211_is_s1g_short_beacon(__le16 fc) argument
632 ieee80211_is_atim(__le16 fc) argument
642 ieee80211_is_disassoc(__le16 fc) argument
652 ieee80211_is_auth(__le16 fc) argument
662 ieee80211_is_deauth(__le16 fc) argument
672 ieee80211_is_action(__le16 fc) argument
682 ieee80211_is_back_req(__le16 fc) argument
692 ieee80211_is_back(__le16 fc) argument
702 ieee80211_is_pspoll(__le16 fc) argument
712 ieee80211_is_rts(__le16 fc) argument
722 ieee80211_is_cts(__le16 fc) argument
732 ieee80211_is_ack(__le16 fc) argument
742 ieee80211_is_cfend(__le16 fc) argument
752 ieee80211_is_cfendack(__le16 fc) argument
762 ieee80211_is_nullfunc(__le16 fc) argument
772 ieee80211_is_qos_nullfunc(__le16 fc) argument
782 ieee80211_is_trigger(__le16 fc) argument
792 ieee80211_is_any_nullfunc(__le16 fc) argument
4403 __le16 fc = mgmt->frame_control; local
[all...]
H A Dfs_parser.h68 static inline int fs_parse(struct fs_context *fc, argument
73 return __fs_parse(&fc->log, desc, param, result);
76 extern int fs_lookup_param(struct fs_context *fc,
/linux-master/fs/qnx6/
H A Dinode.c34 static int qnx6_reconfigure(struct fs_context *fc);
56 static int qnx6_reconfigure(struct fs_context *fc) argument
58 struct super_block *sb = fc->root->d_sb;
61 fc->sb_flags |= SB_RDONLY;
234 static int qnx6_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
236 struct qnx6_context *ctx = fc->fs_private;
240 opt = fs_parse(fc, qnx6_param_spec, param, &result);
294 static int qnx6_fill_super(struct super_block *s, struct fs_context *fc) argument
299 struct qnx6_context *ctx = fc->fs_private;
306 int silent = fc
631 qnx6_get_tree(struct fs_context *fc) argument
636 qnx6_free_fc(struct fs_context *fc) argument
648 qnx6_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/overlayfs/
H A Dsuper.c1292 int ovl_fill_super(struct super_block *sb, struct fs_context *fc) argument
1295 struct ovl_fs_context *ctx = fc->fs_private;
1303 if (WARN_ON(fc->user_ns != current_user_ns()))
1319 if (!(fc->sb_flags & SB_SILENT))
H A Dparams.c184 static int ovl_parse_monolithic(struct fs_context *fc, void *data) argument
186 return vfs_parse_monolithic_sep(fc, data, ovl_next_opt);
274 static int ovl_mount_dir_check(struct fs_context *fc, const struct path *path, argument
277 struct ovl_fs_context *ctx = fc->fs_private;
280 return invalfc(fc, "%s is not a directory", name);
289 return invalfc(fc, "case-insensitive capable filesystem on %s not supported", name);
292 return invalfc(fc, "filesystem on %s not supported", name);
301 return invalfc(fc, "filesystem on %s not supported as upperdir", name);
303 return invalfc(fc, "filesystem on %s is read-only", name);
306 return invalfc(fc, "lowerdi
316 ovl_ctx_realloc_lower(struct fs_context *fc) argument
336 ovl_add_layer(struct fs_context *fc, enum ovl_opt layer, struct path *path, char **pname) argument
368 ovl_parse_layer(struct fs_context *fc, struct fs_parameter *param, enum ovl_opt layer) argument
431 ovl_parse_param_lowerdir(const char *name, struct fs_context *fc) argument
545 ovl_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
635 ovl_get_tree(struct fs_context *fc) argument
649 ovl_free(struct fs_context *fc) argument
667 ovl_reconfigure(struct fs_context *fc) argument
704 ovl_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/ntfs3/
H A Dsuper.c309 static int ntfs_fs_parse_param(struct fs_context *fc, argument
312 struct ntfs_mount_options *opts = fc->fs_private;
316 opt = fs_parse(fc, ntfs_fs_parameters, param, &result);
324 return invalf(fc, "ntfs3: Invalid value for uid.");
329 return invalf(fc, "ntfs3: Invalid value for gid.");
333 return invalf(fc, "ntfs3: Invalid value for umask.");
341 return invalf(fc, "ntfs3: Invalid value for dmask.");
347 return invalf(fc, "ntfs3: Invalid value for fmask.");
378 fc->sb_flags |= SB_POSIXACL;
381 fc, "ntfs
404 ntfs_fs_reconfigure(struct fs_context *fc) argument
1154 ntfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
1701 ntfs_fs_get_tree(struct fs_context *fc) argument
1712 ntfs_fs_free(struct fs_context *fc) argument
1741 __ntfs_init_fs_context(struct fs_context *fc) argument
1789 ntfs_init_fs_context(struct fs_context *fc) argument
1816 ntfs_legacy_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/openpromfs/
H A Dinode.c358 static int openpromfs_reconfigure(struct fs_context *fc) argument
360 sync_filesystem(fc->root->d_sb);
361 fc->sb_flags |= SB_NOATIME;
371 static int openprom_fill_super(struct super_block *s, struct fs_context *fc) argument
410 static int openpromfs_get_tree(struct fs_context *fc) argument
412 return get_tree_single(fc, openprom_fill_super);
420 static int openpromfs_init_fs_context(struct fs_context *fc) argument
422 fc->ops = &openpromfs_context_ops;

Completed in 361 milliseconds

1234567891011>>