/include/linux/ |
D | fs_context.h | 111 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 …]
|
D | ieee802154.h | 234 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 …]
|
D | ieee80211.h | 266 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 …]
|
D | pseudo_fs.h | 13 struct pseudo_fs_context *init_pseudo(struct fs_context *fc,
|
D | ramfs.h | 7 extern int ramfs_init_fs_context(struct fs_context *fc);
|
D | mount.h | 95 extern struct vfsmount *fc_mount(struct fs_context *fc); 96 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
|
D | fs_parser.h | 84 extern int fs_parse(struct fs_context *fc, 88 extern int fs_lookup_param(struct fs_context *fc,
|
D | kernfs.h | 380 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
|
D | shmem_fs.h | 54 extern int shmem_init_fs_context(struct fs_context *fc);
|
D | security.h | 280 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
|
D | lsm_hooks.h | 1492 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);
|
D | fs.h | 2298 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/ |
D | mac802154.h | 241 __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 …]
|
D | ieee802154_netdev.h | 73 struct ieee802154_hdr_fc fc; member
|
D | cfg80211.h | 5161 unsigned int __attribute_const__ ieee80211_hdrlen(__le16 fc);
|
/include/linux/mtd/ |
D | super.h | 17 extern int get_tree_mtd(struct fs_context *fc, 19 struct fs_context *fc));
|
/include/net/phonet/ |
D | pep.h | 147 #define pn_flow_safe(fc) ((fc) >> 1) argument
|
/include/uapi/linux/ |
D | if_hippi.h | 112 __u8 fc:3; member 118 __u8 fc:3;
|
D | if_fddi.h | 111 __u8 fc; /* frame control */ member
|
D | kvm.h | 387 __u8 fc; member
|
/include/net/9p/ |
D | client.h | 220 void p9_fcall_fini(struct p9_fcall *fc);
|
/include/ |
D | Kbuild | 398 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
|