aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee802154/fakehard.c
Commit message (Expand)AuthorAge
* ieee802154: merge cleanupEric Dumazet2009-12-02
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-29
|\
| * ieee802154: dont leak skbs in ieee802154_fake_xmit()Eric Dumazet2009-11-19
* | net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-20
* | fakehard: mlme_ops->get_phy implementationDmitry Eremin-Solenikov2009-11-06
* | fakehard: claim all 2.4 Ghz channels as supportedDmitry Eremin-Solenikov2009-11-06
* | fakehard: no need to export net_to_phy, make it staticDmitry Eremin-Solenikov2009-11-06
* | ieee802154: constify struct net_device in some operationsDmitry Eremin-Solenikov2009-11-06
* | wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov2009-11-06
* | wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov2009-11-06
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01
* ieee802154: add support for channel pages from IEEE 802.15.4-2006Dmitry Eremin-Solenikov2009-08-19
* fakehard: add binding to wpan-phy deviceDmitry Eremin-Solenikov2009-08-19
* fakehard: use START-CONFIRM primitive to report START failureDmitry Baryshkov2009-08-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2009-07-27
|\
| * ieee802154: move headers out of extra directoryDmitry Eremin-Solenikov2009-07-23
| * IEEE80154: Add documentation to the IEEE80154 netlink and fakehard driverDaniel Silverstone2009-07-23
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
|/
* ieee802154: add simple HardMAC driver sampleSergey Lapin2009-06-09
t *, xfs_dquot_t *); /* * We keep the usr and grp dquots separately so that locking will be easier * to do at commit time. All transactions that we know of at this point * affect no more than two dquots of one type. Hence, the TRANS_MAXDQS value. */ #define XFS_QM_TRANS_MAXDQS 2 typedef struct xfs_dquot_acct { xfs_dqtrx_t dqa_usrdquots[XFS_QM_TRANS_MAXDQS]; xfs_dqtrx_t dqa_grpdquots[XFS_QM_TRANS_MAXDQS]; } xfs_dquot_acct_t; /* * Users are allowed to have a usage exceeding their softlimit for * a period this long. */ #define XFS_QM_BTIMELIMIT (7 * 24*60*60) /* 1 week */ #define XFS_QM_RTBTIMELIMIT (7 * 24*60*60) /* 1 week */ #define XFS_QM_ITIMELIMIT (7 * 24*60*60) /* 1 week */ #define XFS_QM_BWARNLIMIT 5 #define XFS_QM_IWARNLIMIT 5 #define XFS_QM_RTBWARNLIMIT 5 extern void xfs_qm_destroy_quotainfo(xfs_mount_t *); extern int xfs_qm_quotacheck(xfs_mount_t *); extern int xfs_qm_write_sb_changes(xfs_mount_t *, __int64_t); /* dquot stuff */ extern void xfs_qm_dqpurge_all(xfs_mount_t *, uint); extern void xfs_qm_dqrele_all_inodes(xfs_mount_t *, uint); /* quota ops */ extern int xfs_qm_scall_trunc_qfiles(xfs_mount_t *, uint); extern int xfs_qm_scall_getquota(xfs_mount_t *, xfs_dqid_t, uint, fs_disk_quota_t *); extern int xfs_qm_scall_setqlim(xfs_mount_t *, xfs_dqid_t, uint, fs_disk_quota_t *); extern int xfs_qm_scall_getqstat(xfs_mount_t *, fs_quota_stat_t *); extern int xfs_qm_scall_quotaon(xfs_mount_t *, uint); extern int xfs_qm_scall_quotaoff(xfs_mount_t *, uint); #endif /* __XFS_QM_H__ */