Searched refs:fc (Results 76 - 100 of 538) sorted by relevance

1234567891011>>

/linux-master/arch/s390/include/asm/
H A Dcpacf.h262 " lgr 0,%[fc]\n"
267 : [fc] "d" (func), [pba] "d" ((unsigned long)param),
294 " lgr 0,%[fc]\n"
299 : [fc] "d" (func), [pba] "d" ((unsigned long)param),
322 " lgr 0,%[fc]\n"
327 : [fc] "d" (func), [pba] "d" ((unsigned long)(param)),
347 " lgr 0,%[fc]\n"
352 : [fc] "d" (func), [pba] "d" ((unsigned long)param),
375 " lgr 0,%[fc]\n"
380 : [fc] "
[all...]
/linux-master/fs/efivarfs/
H A Dsuper.c283 static int efivarfs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
285 struct efivarfs_fs_info *sbi = fc->s_fs_info;
290 opt = fs_parse(fc, efivarfs_parameters, param, &result);
312 static int efivarfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
349 static int efivarfs_get_tree(struct fs_context *fc) argument
351 return get_tree_single(fc, efivarfs_fill_super);
354 static int efivarfs_reconfigure(struct fs_context *fc) argument
356 if (!efivar_supports_writes() && !(fc->sb_flags & SB_RDONLY)) {
370 static int efivarfs_init_fs_context(struct fs_context *fc) argument
386 fc
[all...]
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c920 int cgroup1_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
922 struct cgroup_fs_context *ctx = cgroup_fc2context(fc);
927 opt = fs_parse(fc, cgroup1_fs_parameters, param, &result);
931 ret = vfs_parse_fs_param_source(fc, param);
938 return invalfc(fc, "Disabled controller '%s'",
943 return invalfc(fc, "Unknown subsys name '%s'", param->key);
977 return invalfc(fc, "release_agent respecified");
982 if ((fc->user_ns != &init_user_ns) || !capable(CAP_SYS_ADMIN))
983 return invalfc(fc, "Setting release_agent not allowed");
993 return invalfc(fc, "Empt
1015 check_cgroupfs_options(struct fs_context *fc) argument
1069 cgroup1_reconfigure(struct fs_context *fc) argument
1141 cgroup1_root_to_use(struct fs_context *fc) argument
1233 cgroup1_get_tree(struct fs_context *fc) argument
[all...]
/linux-master/fs/erofs/
H A Dsuper.c426 static bool erofs_fc_set_dax_mode(struct fs_context *fc, unsigned int mode) argument
429 struct erofs_sb_info *sbi = fc->s_fs_info;
445 errorfc(fc, "dax options not supported");
450 static int erofs_fc_parse_param(struct fs_context *fc, argument
453 struct erofs_sb_info *sbi = fc->s_fs_info;
458 opt = fs_parse(fc, erofs_fs_parameters, param, &result);
470 errorfc(fc, "{,no}user_xattr options not supported");
480 errorfc(fc, "{,no}acl options not supported");
487 errorfc(fc, "compression not supported, cache_strategy ignored");
491 if (!erofs_fc_set_dax_mode(fc, EROFS_MOUNT_DAX_ALWAY
581 erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) argument
693 erofs_fc_get_tree(struct fs_context *fc) argument
703 erofs_fc_reconfigure(struct fs_context *fc) argument
748 erofs_fc_free(struct fs_context *fc) argument
768 erofs_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/fuse/
H A Dfuse_i.h399 * - FR_LOCKED (may also be modified under fc->lock, tested under both)
536 struct fuse_conn *fc; member in struct:fuse_dev
541 /** list entry on fc->devices */
931 struct fuse_conn *fc; member in struct:fuse_mount
934 * Super block for this connection (fc->killsb must be held when
939 /* Entry on fc->mounts */
951 return get_fuse_mount_super(sb)->fc;
961 return get_fuse_mount_super(inode->i_sb)->fc;
979 static inline u64 fuse_get_attr_version(struct fuse_conn *fc) argument
981 return atomic64_read(&fc
[all...]
H A Dioctl.c71 static int fuse_verify_ioctl_iov(struct fuse_conn *fc, struct iovec *iov, argument
75 u32 max = fc->max_pages << PAGE_SHIFT;
85 static int fuse_copy_ioctl_iovec(struct fuse_conn *fc, struct iovec *dst, argument
92 if (fc->minor < 16) {
204 ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs);
209 fuse_page_descs_length_init(ap.descs, 0, fm->fc->max_pages);
245 if (max_pages > fm->fc->max_pages)
308 err = fuse_copy_ioctl_iovec(fm->fc, iov_page, vaddr,
318 err = fuse_verify_ioctl_iov(fm->fc, in_iov, in_iovs);
322 err = fuse_verify_ioctl_iov(fm->fc, out_io
355 struct fuse_conn *fc = get_fuse_conn(inode); local
[all...]
/linux-master/fs/gfs2/
H A Dops_fstype.c1148 * @fc: Mount options and flags
1152 static int gfs2_fill_super(struct super_block *sb, struct fs_context *fc) argument
1154 struct gfs2_args *args = fc->fs_private;
1155 int silent = fc->sb_flags & SB_SILENT;
1331 * @fc: The filesystem context
1335 static int gfs2_get_tree(struct fs_context *fc) argument
1337 struct gfs2_args *args = fc->fs_private;
1341 error = get_tree_bdev(fc, gfs2_fill_super);
1345 sdp = fc->root->d_sb->s_fs_info;
1346 dput(fc
1354 gfs2_fc_free(struct fs_context *fc) argument
1449 gfs2_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
1552 gfs2_reconfigure(struct fs_context *fc) argument
1643 gfs2_init_fs_context(struct fs_context *fc) argument
1669 set_meta_super(struct super_block *s, struct fs_context *fc) argument
1674 test_meta_super(struct super_block *s, struct fs_context *fc) argument
1679 gfs2_meta_get_tree(struct fs_context *fc) argument
1717 gfs2_meta_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/fs/configfs/
H A Dmount.c63 static int configfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
99 static int configfs_get_tree(struct fs_context *fc) argument
101 return get_tree_single(fc, configfs_fill_super);
108 static int configfs_init_fs_context(struct fs_context *fc) argument
110 fc->ops = &configfs_context_ops;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c30 struct mlx5e_ipsec_fc *fc; member in struct:mlx5e_ipsec_tx
46 struct mlx5e_ipsec_fc *fc; member in struct:mlx5e_ipsec_rx
151 mlx5_fc_destroy(ipsec->mdev, rx->status_drops.all.fc);
192 sa_entry->ipsec_rule.auth.fc = flow_counter;
224 sa_entry->ipsec_rule.trailer.fc = flow_counter;
241 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.trailer.fc);
245 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.auth.fc);
297 sa_entry->ipsec_rule.replay.fc = flow_counter;
364 rx->status_drops.all.fc = flow_counter;
689 dest[1].counter_id = mlx5_fc_id(rx->fc
1950 ipsec_fs_destroy_single_counter(struct mlx5_core_dev *mdev, struct mlx5e_ipsec_fc *fc) argument
1972 struct mlx5e_ipsec_fc *fc; local
2006 struct mlx5e_ipsec_fc *fc; local
2058 struct mlx5e_ipsec_fc *fc; local
[all...]
/linux-master/fs/smb/client/
H A Dfs_context.h17 #define cifs_errorf(fc, fmt, ...) \
19 errorf(fc, fmt, ## __VA_ARGS__); \
291 extern int smb3_init_fs_context(struct fs_context *fc);
295 static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *fc) argument
297 return fc->fs_private;
H A Dnamespace.c193 struct fs_context *fc; local
205 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, mntpt);
206 if (IS_ERR(fc))
207 return ERR_CAST(fc);
209 ctx = smb3_fc2context(fc);
247 mnt = fc_mount(fc);
249 put_fs_context(fc);
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mac.c691 if (hw->fc.requested_mode == e1000_fc_default) {
701 hw->fc.current_mode = hw->fc.requested_mode;
703 hw_dbg("After fix-ups FlowControl is now = %x\n", hw->fc.current_mode);
720 wr32(E1000_FCTTV, hw->fc.pause_time);
768 if (hw->fc.current_mode & e1000_fc_tx_pause) {
773 fcrtl = hw->fc.low_water;
774 if (hw->fc.send_xon)
777 fcrth = hw->fc.high_water;
801 * control setting, then the variable hw->fc wil
[all...]
/linux-master/fs/nfs/
H A Dsuper.c834 static int nfs_request_mount(struct fs_context *fc, argument
839 struct nfs_fs_context *ctx = nfs_fc2context(fc);
848 .net = fc->net_ns,
893 static struct nfs_server *nfs_try_mount_request(struct fs_context *fc) argument
895 struct nfs_fs_context *ctx = nfs_fc2context(fc);
904 status = nfs_request_mount(fc, ctx->mntfh, authlist, &authlist_len);
918 return ctx->nfs_mod->rpc_ops->create_server(fc);
945 server = ctx->nfs_mod->rpc_ops->create_server(fc);
961 return ctx->nfs_mod->rpc_ops->create_server(fc);
964 int nfs_try_get_tree(struct fs_context *fc) argument
1017 nfs_reconfigure(struct fs_context *fc) argument
1111 nfs_compare_mount_options(const struct super_block *s, const struct nfs_server *b, const struct fs_context *fc) argument
1143 nfs_set_super(struct super_block *s, struct fs_context *fc) argument
1212 nfs_compare_super(struct super_block *sb, struct fs_context *fc) argument
1271 nfs_get_tree_common(struct fs_context *fc) argument
[all...]
/linux-master/arch/s390/hypfs/
H A Dinode.c218 static int hypfs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
220 struct hypfs_sb_info *hypfs_info = fc->s_fs_info;
226 opt = fs_parse(fc, hypfs_fs_parameters, param, &result);
234 return invalf(fc, "Unknown uid");
240 return invalf(fc, "Unknown gid");
256 static int hypfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
291 static int hypfs_get_tree(struct fs_context *fc) argument
293 return get_tree_single(fc, hypfs_fill_super);
296 static void hypfs_free_fc(struct fs_context *fc) argument
298 kfree(fc
307 hypfs_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/drivers/android/
H A Dbinderfs.c278 static int binderfs_fs_context_parse_param(struct fs_context *fc, argument
282 struct binderfs_mount_opts *ctx = fc->fs_private;
285 opt = fs_parse(fc, binderfs_fs_parameters, param, &result);
292 return invalfc(fc, "Bad value for '%s'", param->key);
303 return invalfc(fc, "Unsupported parameter '%s'", param->key);
309 static int binderfs_fs_context_reconfigure(struct fs_context *fc) argument
311 struct binderfs_mount_opts *ctx = fc->fs_private;
312 struct binderfs_info *info = BINDERFS_SB(fc->root->d_sb);
315 return invalfc(fc, "Binderfs stats mode cannot be changed during a remount");
651 static int binderfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
737 binderfs_fs_context_get_tree(struct fs_context *fc) argument
742 binderfs_fs_context_free(struct fs_context *fc) argument
756 binderfs_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmac.c636 * control setting, then the variable hw->fc will
647 hw->fc.requested_mode = e1000_fc_none;
649 hw->fc.requested_mode = e1000_fc_tx_pause;
651 hw->fc.requested_mode = e1000_fc_full;
679 if (hw->fc.requested_mode == e1000_fc_default) {
688 hw->fc.current_mode = hw->fc.requested_mode;
690 e_dbg("After fix-ups FlowControl is now = %x\n", hw->fc.current_mode);
707 ew32(FCTTV, hw->fc.pause_time);
732 * The possible values of the "fc" paramete
[all...]
/linux-master/net/mac80211/
H A Daes_gmac.c24 const __le16 *fc; local
38 fc = (const __le16 *)aad;
39 if (ieee80211_is_beacon(*fc)) {
/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h99 unsigned int *fc, unsigned short **dom);
102 unsigned int *fc, unsigned int *dom);
104 int *fc, unsigned int *dom);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nvme.h9 #include <uapi/scsi/fc/fc_fs.h>
10 #include <uapi/scsi/fc/fc_els.h>
11 #include <linux/nvme-fc-driver.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c75 static void mlx5_fc_pool_release_counter(struct mlx5_fc_pool *fc_pool, struct mlx5_fc *fc);
625 static int mlx5_fc_bulk_release_fc(struct mlx5_fc_bulk *bulk, struct mlx5_fc *fc) argument
627 int fc_index = fc->id - bulk->base_id;
699 struct mlx5_fc *fc; local
705 fc = mlx5_fc_bulk_acquire_fc(bulk);
708 return fc;
715 struct mlx5_fc *fc; local
719 fc = mlx5_fc_pool_acquire_from_list(&fc_pool->partially_used,
721 if (IS_ERR(fc))
722 fc
743 mlx5_fc_pool_release_counter(struct mlx5_fc_pool *fc_pool, struct mlx5_fc *fc) argument
[all...]
/linux-master/drivers/scsi/fnic/
H A Dfnic_io.h9 #include <scsi/fc/fc_fcp.h>
/linux-master/fs/overlayfs/
H A Dparams.h38 int ovl_init_fs_context(struct fs_context *fc);
/linux-master/fs/btrfs/
H A Dsuper.c261 static inline blk_mode_t btrfs_open_mode(struct fs_context *fc) argument
263 return sb_open_mode(fc->sb_flags) & ~BLK_OPEN_RESTRICT_WRITES;
266 static int btrfs_parse_param(struct fs_context *fc, struct fs_parameter *param) argument
268 struct btrfs_fs_context *ctx = fc->fs_private;
272 opt = fs_parse(fc, btrfs_fs_parameters, param, &result);
302 blk_mode_t mode = btrfs_open_mode(fc);
411 fc->sb_flags &= ~SB_POSIXACL;
414 fc->sb_flags |= SB_POSIXACL;
427 if (fc->purpose != FS_CONTEXT_FOR_RECONFIGURE)
428 fc
1447 btrfs_reconfigure(struct fs_context *fc) argument
1785 btrfs_fc_test_super(struct super_block *sb, struct fs_context *fc) argument
1793 btrfs_get_tree_super(struct fs_context *fc) argument
1964 btrfs_reconfigure_for_mount(struct fs_context *fc) argument
1999 btrfs_get_tree_subvol(struct fs_context *fc) argument
2068 btrfs_get_tree(struct fs_context *fc) argument
2095 btrfs_free_fs_context(struct fs_context *fc) argument
2109 btrfs_dup_fs_context(struct fs_context *fc, struct fs_context *src_fc) argument
2136 btrfs_init_fs_context(struct fs_context *fc) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c16 __le16 fc = rtl_get_fc(skb); local
18 if (unlikely(ieee80211_is_beacon(fc)))
20 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))
223 __le16 fc; local
230 fc = hdr->frame_control;
231 c_fc = le16_to_cpu(fc);
232 type = WLAN_FC_GET_TYPE(fc);
246 if (ieee80211_is_beacon(fc))
355 __le16 fc local
526 __le16 fc = hdr->frame_control; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c131 int *speed, int *duplex, int *fc)
177 if (fc && dplx == DUPLEX_FULL) {
201 if (fc)
202 *fc = pause;
207 int *speed, int *duplex, int *fc)
254 if (fc && dplx == DUPLEX_FULL) {
269 if (fc)
270 *fc = pause;
130 vsc8211_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
206 vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument

Completed in 210 milliseconds

1234567891011>>