Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 22 of 22) sorted by relevance

/include/linux/
Dfs_context.h111 void (*free)(struct fs_context *fc);
112 int (*dup)(struct fs_context *fc, struct fs_context *src_fc);
113 int (*parse_param)(struct fs_context *fc, struct fs_parameter *param);
114 int (*parse_monolithic)(struct fs_context *fc, void *data);
115 int (*get_tree)(struct fs_context *fc);
116 int (*reconfigure)(struct fs_context *fc);
130 extern struct fs_context *vfs_dup_fs_context(struct fs_context *fc);
131 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param);
132 extern int vfs_parse_fs_string(struct fs_context *fc, const char *key,
134 extern int generic_parse_monolithic(struct fs_context *fc, void *data);
[all …]
Dieee802154.h234 static inline int ieee802154_is_data(__le16 fc) in ieee802154_is_data() argument
236 return (fc & cpu_to_le16(IEEE802154_FCTL_FTYPE)) == in ieee802154_is_data()
244 static inline bool ieee802154_is_secen(__le16 fc) in ieee802154_is_secen() argument
246 return fc & cpu_to_le16(IEEE802154_FCTL_SECEN); in ieee802154_is_secen()
253 static inline bool ieee802154_is_ackreq(__le16 fc) in ieee802154_is_ackreq() argument
255 return fc & cpu_to_le16(IEEE802154_FCTL_ACKREQ); in ieee802154_is_ackreq()
262 static inline bool ieee802154_is_intra_pan(__le16 fc) in ieee802154_is_intra_pan() argument
264 return fc & cpu_to_le16(IEEE802154_FCTL_INTRA_PAN); in ieee802154_is_intra_pan()
271 static inline __le16 ieee802154_daddr_mode(__le16 fc) in ieee802154_daddr_mode() argument
273 return fc & cpu_to_le16(IEEE802154_FCTL_DADDR); in ieee802154_daddr_mode()
[all …]
Dieee80211.h266 static inline bool ieee80211_has_tods(__le16 fc) in ieee80211_has_tods() argument
268 return (fc & cpu_to_le16(IEEE80211_FCTL_TODS)) != 0; in ieee80211_has_tods()
275 static inline bool ieee80211_has_fromds(__le16 fc) in ieee80211_has_fromds() argument
277 return (fc & cpu_to_le16(IEEE80211_FCTL_FROMDS)) != 0; in ieee80211_has_fromds()
284 static inline bool ieee80211_has_a4(__le16 fc) in ieee80211_has_a4() argument
287 return (fc & tmp) == tmp; in ieee80211_has_a4()
294 static inline bool ieee80211_has_morefrags(__le16 fc) in ieee80211_has_morefrags() argument
296 return (fc & cpu_to_le16(IEEE80211_FCTL_MOREFRAGS)) != 0; in ieee80211_has_morefrags()
303 static inline bool ieee80211_has_retry(__le16 fc) in ieee80211_has_retry() argument
305 return (fc & cpu_to_le16(IEEE80211_FCTL_RETRY)) != 0; in ieee80211_has_retry()
[all …]
Dpseudo_fs.h13 struct pseudo_fs_context *init_pseudo(struct fs_context *fc,
Dramfs.h7 extern int ramfs_init_fs_context(struct fs_context *fc);
Dmount.h95 extern struct vfsmount *fc_mount(struct fs_context *fc);
96 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
Dfs_parser.h84 extern int fs_parse(struct fs_context *fc,
88 extern int fs_lookup_param(struct fs_context *fc,
Dkernfs.h380 int kernfs_get_tree(struct fs_context *fc);
381 void kernfs_free_fs_context(struct fs_context *fc);
492 static inline int kernfs_get_tree(struct fs_context *fc) in kernfs_get_tree() argument
495 static inline void kernfs_free_fs_context(struct fs_context *fc) { } in kernfs_free_fs_context() argument
Dshmem_fs.h54 extern int shmem_init_fs_context(struct fs_context *fc);
Dsecurity.h280 int security_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc);
281 int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param);
587 static inline int security_fs_context_dup(struct fs_context *fc, in security_fs_context_dup() argument
592 static inline int security_fs_context_parse_param(struct fs_context *fc, in security_fs_context_parse_param() argument
Dlsm_hooks.h1492 int (*fs_context_dup)(struct fs_context *fc, struct fs_context *src_sc);
1493 int (*fs_context_parse_param)(struct fs_context *fc, struct fs_parameter *param);
Dfs.h2298 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
2301 struct super_block *sget_fc(struct fs_context *fc,
/include/net/
Dmac802154.h241 __le16 fc; in ieee802154_get_fc_from_skb() local
249 memcpy(&fc, skb_mac_header(skb), IEEE802154_FC_LEN); in ieee802154_get_fc_from_skb()
250 return fc; in ieee802154_get_fc_from_skb()
258 static inline unsigned char *ieee802154_skb_dst_pan(__le16 fc, in ieee802154_skb_dst_pan() argument
263 switch (ieee802154_daddr_mode(fc)) { in ieee802154_skb_dst_pan()
287 static inline unsigned char *ieee802154_skb_src_pan(__le16 fc, in ieee802154_skb_src_pan() argument
292 switch (ieee802154_saddr_mode(fc)) { in ieee802154_skb_src_pan()
301 if (ieee802154_is_intra_pan(fc)) { in ieee802154_skb_src_pan()
302 src_pan = ieee802154_skb_dst_pan(fc, skb); in ieee802154_skb_src_pan()
306 switch (ieee802154_daddr_mode(fc)) { in ieee802154_skb_src_pan()
[all …]
Dieee802154_netdev.h73 struct ieee802154_hdr_fc fc; member
Dcfg80211.h5161 unsigned int __attribute_const__ ieee80211_hdrlen(__le16 fc);
/include/linux/mtd/
Dsuper.h17 extern int get_tree_mtd(struct fs_context *fc,
19 struct fs_context *fc));
/include/net/phonet/
Dpep.h147 #define pn_flow_safe(fc) ((fc) >> 1) argument
/include/uapi/linux/
Dif_hippi.h112 __u8 fc:3; member
118 __u8 fc:3;
Dif_fddi.h111 __u8 fc; /* frame control */ member
Dkvm.h387 __u8 fc; member
/include/net/9p/
Dclient.h220 void p9_fcall_fini(struct p9_fcall *fc);
/include/
DKbuild398 header-test- += linux/nvme-fc-driver.h
399 header-test- += linux/nvme-fc.h
884 header-test- += scsi/fc/fc_encaps.h
885 header-test- += scsi/fc/fc_fc2.h
886 header-test- += scsi/fc/fc_fcoe.h
887 header-test- += scsi/fc/fc_fip.h