Searched refs:fc (Results 151 - 175 of 538) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/
H A Dxfs_super.c1224 struct fs_context *fc,
1232 if ((fc->purpose & FS_CONTEXT_FOR_RECONFIGURE) &&
1233 !!(XFS_M(fc->root->d_sb)->m_features & flag) == value)
1235 xfs_warn(fc->s_fs_info, "%s mount option is deprecated.", param->key);
1245 struct fs_context *fc,
1248 struct xfs_mount *parsing_mp = fc->s_fs_info;
1253 opt = fs_parse(fc, xfs_fs_parameters, param, &result);
1373 xfs_fs_warn_deprecated(fc, param, XFS_FEAT_IKEEP, true);
1377 xfs_fs_warn_deprecated(fc, param, XFS_FEAT_IKEEP, false);
1381 xfs_fs_warn_deprecated(fc, para
1223 xfs_fs_warn_deprecated( struct fs_context *fc, struct fs_parameter *param, uint64_t flag, bool value) argument
1244 xfs_fs_parse_param( struct fs_context *fc, struct fs_parameter *param) argument
1487 xfs_fs_fill_super( struct super_block *sb, struct fs_context *fc) argument
1772 xfs_fs_get_tree( struct fs_context *fc) argument
1910 xfs_fs_reconfigure( struct fs_context *fc) argument
1956 xfs_fs_free( struct fs_context *fc) argument
1983 xfs_init_fs_context( struct fs_context *fc) argument
[all...]
/linux-master/net/mac802154/
H A Diface.c342 hdr->fc.security_enabled = 1;
369 memset(&hdr.fc, 0, sizeof(hdr.fc));
370 hdr.fc.type = cb->type;
371 hdr.fc.security_enabled = cb->secen;
372 hdr.fc.ack_request = cb->ackreq;
416 * here only and intra pan connection. fc fields are mostly fallback
435 memset(&hdr.fc, 0, sizeof(hdr.fc));
436 hdr.fc
[all...]
/linux-master/arch/s390/kernel/
H A Dsysinfo.c27 static inline int __stsi(void *sysinfo, int fc, int sel1, int sel2, int *lvl) argument
29 int r0 = (fc << 28) | sel1;
55 int stsi(void *sysinfo, int fc, int sel1, int sel2) argument
59 rc = __stsi(sysinfo, fc, sel1, sel2, &lvl);
62 return fc ? 0 : lvl;
483 #define STSI_FILE(fc, s1, s2) \
484 static int stsi_open_##fc##_##s1##_##s2(struct inode *inode, struct file *file)\
489 if (stsi(file->private_data, fc, s1, s2)) { \
497 static const struct file_operations stsi_##fc##_##s1##_##s2##_fs_ops = { \
498 .open = stsi_open_##fc##
[all...]
/linux-master/fs/
H A Dnamespace.c1089 * @fc: The configuration context with the superblock attached
1096 struct vfsmount *vfs_create_mount(struct fs_context *fc) argument
1100 if (!fc->root)
1103 mnt = alloc_vfsmnt(fc->source ?: "none");
1107 if (fc->sb_flags & SB_KERNMOUNT)
1110 atomic_inc(&fc->root->d_sb->s_active);
1111 mnt->mnt.mnt_sb = fc->root->d_sb;
1112 mnt->mnt.mnt_root = dget(fc->root);
1123 struct vfsmount *fc_mount(struct fs_context *fc) argument
1125 int err = vfs_get_tree(fc);
1138 struct fs_context *fc; local
1690 struct fs_context *fc; local
2866 struct fs_context *fc; local
3264 do_new_mount_fc(struct fs_context *fc, struct path *mountpoint, unsigned int mnt_flags) argument
3309 struct fs_context *fc; local
3947 struct fs_context *fc; local
[all...]
H A Danon_inodes.c43 static int anon_inodefs_init_fs_context(struct fs_context *fc) argument
45 struct pseudo_fs_context *ctx = init_pseudo(fc, ANON_INODE_FS_MAGIC);
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h61 * fc: coprocessor function code
527 #define fc_is_compress(fc) (((fc) & 0x10) == 0)
528 #define fc_has_count(fc) (fc_is_compress(fc) && (((fc) & 0x4) != 0))
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c18 __le16 fc = rtl_get_fc(skb); local
20 if (unlikely(ieee80211_is_beacon(fc)))
22 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))
226 __le16 fc; local
233 fc = hdr->frame_control;
238 packet_matchbssid = (!ieee80211_is_ctl(fc) &&
240 ieee80211_has_tods(fc) ?
242 ieee80211_has_fromds(fc) ?
250 if (ieee80211_is_beacon(fc))
655 __le16 fc = hdr->frame_control; local
[all...]
/linux-master/tools/mm/
H A Dpage_owner_sort.c92 static struct filter_condition fc; variable in typeref:struct:filter_condition
452 if ((filter & FILTER_PID) && !match_num_list(get_pid(buf), fc.pids, fc.pids_size))
455 !match_num_list(get_tgid(buf), fc.tgids, fc.tgids_size))
461 !match_str_list(comm, fc.comms, fc.comms_size)) {
706 fc.pids = parse_nums_list(optarg, &fc.pids_size);
707 if (fc
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dpowercap.c713 struct scmi_fc_info *fc; local
715 fc = devm_kcalloc(ph->dev, POWERCAP_FC_MAX, sizeof(*fc), GFP_KERNEL);
716 if (!fc)
721 &fc[POWERCAP_FC_CAP].set_addr,
722 &fc[POWERCAP_FC_CAP].set_db,
723 &fc[POWERCAP_FC_CAP].rate_limit);
727 &fc[POWERCAP_FC_CAP].get_addr, NULL,
728 &fc[POWERCAP_FC_CAP].rate_limit);
732 &fc[POWERCAP_FC_PA
[all...]
/linux-master/fs/fuse/
H A Dreaddir.c18 struct fuse_conn *fc = get_fuse_conn(dir); local
21 if (!fc->do_readdirplus)
23 if (!fc->readdirplus_auto)
161 struct fuse_conn *fc; local
192 fc = get_fuse_conn(dir);
257 if (fc->readdirplus_auto)
353 attr_version = fuse_get_attr_version(fm->fc);
448 struct fuse_conn *fc = get_fuse_conn(inode); local
466 if (!ctx->pos && fc->auto_inval_data) {
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dpm3393.c81 u8 fc; member in struct:_cmac_instance
261 if (cmac->instance->fc & PAUSE_RX)
263 if (cmac->instance->fc & PAUSE_TX)
389 int *duplex, int *fc)
395 if (fc)
396 *fc = cmac->instance->fc;
401 int fc)
407 if (fc & ~(PAUSE_TX | PAUSE_RX))
410 if (fc !
388 pm3393_get_speed_duplex_fc(struct cmac *cmac, int *speed, int *duplex, int *fc) argument
400 pm3393_set_speed_duplex_fc(struct cmac *cmac, int speed, int duplex, int fc) argument
[all...]
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c182 unsigned long type, func, fc, fa, fb, src, speinsn; local
195 fc = (speinsn >> 21) & 0x1f;
200 vc.wp[0] = current->thread.evr[fc];
201 vc.wp[1] = regs->gpr[fc];
685 current->thread.evr[fc] = vc.wp[0];
686 regs->gpr[fc] = vc.wp[1];
732 unsigned long speinsn, type, fb, fc, fptype, func; local
754 fc = (speinsn >> 21) & 0x1f;
755 s_lo = regs->gpr[fc] & SIGN_BIT_S;
756 s_hi = current->thread.evr[fc]
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfad_attr.c286 hstats->seconds_since_last_reset = fcstats->fc.secs_reset;
287 hstats->tx_frames = fcstats->fc.tx_frames;
288 hstats->tx_words = fcstats->fc.tx_words;
289 hstats->rx_frames = fcstats->fc.rx_frames;
290 hstats->rx_words = fcstats->fc.rx_words;
291 hstats->lip_count = fcstats->fc.lip_count;
292 hstats->nos_count = fcstats->fc.nos_count;
293 hstats->error_frames = fcstats->fc.error_frames;
294 hstats->dumped_frames = fcstats->fc.dropped_frames;
295 hstats->link_failure_count = fcstats->fc
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c18 __le16 fc = rtl_get_fc(skb); local
20 if (unlikely(ieee80211_is_beacon(fc)))
22 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))
286 __le16 fc; local
292 fc = hdr->frame_control;
297 packet_matchbssid = (!ieee80211_is_ctl(fc) &&
299 ieee80211_has_tods(fc) ?
301 ieee80211_has_fromds(fc) ?
675 __le16 fc local
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c360 __le16 fc; local
371 fc = hdr->frame_control;
384 if (ieee80211_is_data(fc)) {
402 __le16 fc; local
413 fc = hdr->frame_control;
426 if (ieee80211_is_data(fc)) {
864 __le16 fc = hdr->frame_control; local
868 if (ieee80211_is_auth(fc)) {
873 if (ieee80211_is_data(fc) && !ieee80211_is_nullfunc(fc)
899 __le16 fc = hdr->frame_control; local
[all...]
/linux-master/fs/exfat/
H A Dsuper.c252 static int exfat_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
254 struct exfat_sb_info *sbi = fc->s_fs_info;
259 opt = fs_parse(fc, exfat_parameters, param, &result);
618 static int exfat_fill_super(struct super_block *sb, struct fs_context *fc) argument
706 static int exfat_get_tree(struct fs_context *fc) argument
708 return get_tree_bdev(fc, exfat_fill_super);
717 static void exfat_free(struct fs_context *fc) argument
719 struct exfat_sb_info *sbi = fc->s_fs_info;
725 static int exfat_reconfigure(struct fs_context *fc) argument
727 fc
741 exfat_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtllib.h410 #define WLAN_FC_GET_TYPE(fc) ((fc) & IEEE80211_FCTL_FTYPE)
411 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
412 #define WLAN_FC_MORE_DATA(fc) ((fc) & IEEE80211_FCTL_MOREDATA)
458 #define RTLLIB_QOS_HAS_SEQ(fc) \
459 (((fc) & (RTLLIB_FC0_TYPE_MASK | RTLLIB_FC0_SUBTYPE_MASK)) == \
805 u16 fc; local
808 fc
1548 rtllib_get_hdrlen(u16 fc) argument
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c450 static int qibfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
478 static int qibfs_get_tree(struct fs_context *fc) argument
480 int ret = get_tree_single(fc, qibfs_fill_super);
482 qib_super = fc->root->d_sb;
490 static int qibfs_init_fs_context(struct fs_context *fc) argument
492 fc->ops = &qibfs_context_ops;
/linux-master/drivers/misc/ibmasm/
H A Dibmasmfs.c78 static int ibmasmfs_fill_super(struct super_block *sb, struct fs_context *fc);
80 static int ibmasmfs_get_tree(struct fs_context *fc) argument
82 return get_tree_single(fc, ibmasmfs_fill_super);
89 static int ibmasmfs_init_fs_context(struct fs_context *fc) argument
91 fc->ops = &ibmasmfs_context_ops;
110 static int ibmasmfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c18 __le16 fc = rtl_get_fc(skb); local
20 if (unlikely(ieee80211_is_beacon(fc)))
22 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))
200 u16 fc, type; local
206 fc = le16_to_cpu(hdr->frame_control);
213 (ether_addr_equal(mac->bssid, (fc & IEEE80211_FCTL_TODS) ?
214 hdr->addr1 : (fc & IEEE80211_FCTL_FROMDS) ?
415 __le16 fc = hdr->frame_control; local
450 if (ieee80211_is_nullfunc(fc) || ieee80211_is_ct
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dhwmtm.c123 extern int mac_drv_rx_init(struct s_smc *smc, int len, int fc, char *look_ahead,
145 int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len,
1048 u_char fc ; /* Frame control */ local
1279 fc = *(char *)mb->sm_data = *data ;
1280 mb->sm_len = len - 1 ; /* len - fc */
1286 switch(fc) {
1344 if ((fc & 0xf0) == FC_MAC)
1374 u_char fc ; local
1379 fc = *smc->os.hwm.r.mb_pos ;
1380 (void)mac_drv_rx_init(smc,(int)mb->sm_len,(int)fc,
1542 hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, int frame_status) argument
1798 smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc) argument
[all...]
/linux-master/fs/hugetlbfs/
H A Dinode.c1366 static int hugetlbfs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
1368 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1375 opt = fs_parse(fc, hugetlb_fs_parameters, param, &result);
1438 return invalfc(fc, "Bad value '%s' for mount option '%s'\n",
1445 static int hugetlbfs_validate(struct fs_context *fc) argument
1447 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1473 hugetlbfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
1475 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1525 static int hugetlbfs_get_tree(struct fs_context *fc) argument
1527 int err = hugetlbfs_validate(fc);
1533 hugetlbfs_fs_context_free(struct fs_context *fc) argument
1544 hugetlbfs_init_fs_context(struct fs_context *fc) argument
1653 struct fs_context *fc; local
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Drx.c623 __le16 fc; local
645 fc = ((struct ieee80211_hdr *)buf)->frame_control;
646 if (ieee80211_is_data_qos(fc) && ieee80211_is_data_present(fc))
649 if (ieee80211_is_ack(fc) || ieee80211_is_back(fc) ||
650 ieee80211_is_back_req(fc))
653 if (ieee80211_is_action(fc))
/linux-master/tools/perf/util/
H A Dheader.h133 int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw);
139 struct feat_copier *fc);
/linux-master/ipc/
H A Dmqueue.c404 static int mqueue_fill_super(struct super_block *sb, struct fs_context *fc) argument
425 static int mqueue_get_tree(struct fs_context *fc) argument
427 struct mqueue_fs_context *ctx = fc->fs_private;
434 fc->s_fs_info = ctx->ipc_ns;
435 return get_tree_nodev(fc, mqueue_fill_super);
437 return get_tree_keyed(fc, mqueue_fill_super, ctx->ipc_ns);
440 static void mqueue_fs_context_free(struct fs_context *fc) argument
442 struct mqueue_fs_context *ctx = fc->fs_private;
448 static int mqueue_init_fs_context(struct fs_context *fc) argument
457 put_user_ns(fc
471 struct fs_context *fc; local
[all...]

Completed in 849 milliseconds

1234567891011>>