Searched refs:dfops (Results 1 - 5 of 5) sorted by last modified time

/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.c531 struct list_head *dfops)
540 list_for_each_entry(dfp, dfops, dfp_list) {
751 /* Reset LOWMODE now that we've finished all the dfops. */
782 /* No dfops at all? */
796 * Decide if we can add a deferred work item to the last dfops item attached
822 struct list_head *dfops,
831 list_add_tail(&dfp->dfp_list, dfops);
926 * transaction rolls with pending dfops.
936 * Low free space mode was historically controlled by a dfops field.
938 * transaction rolls. Transfer low mode on a dfops mov
529 xfs_defer_relog( struct xfs_trans **tpp, struct list_head *dfops) argument
821 xfs_defer_alloc( struct list_head *dfops, const struct xfs_defer_op_type *ops) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c1498 static const struct file_operations dfops = {
1587 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops);
1588 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops);
1475 static const struct file_operations dfops = { variable in typeref:struct:file_operations
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c43 const struct b43legacy_debugfs_fops *dfops)
48 p += dfops->file_struct_offset;
191 struct b43legacy_debugfs_fops *dfops; local
211 dfops = container_of(debugfs_real_fops(file),
213 if (!dfops->read) {
217 dfile = fops_to_dfs_file(dev, dfops);
226 if (dfops->take_irqlock) {
228 ret = dfops->read(dev, buf, bufsize);
231 ret = dfops->read(dev, buf, bufsize);
260 struct b43legacy_debugfs_fops *dfops; local
42 fops_to_dfs_file(struct b43legacy_wldev *dev, const struct b43legacy_debugfs_fops *dfops) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c40 const struct b43_debugfs_fops *dfops)
45 p += dfops->file_struct_offset;
494 struct b43_debugfs_fops *dfops; local
514 dfops = container_of(debugfs_real_fops(file),
516 if (!dfops->read) {
520 dfile = fops_to_dfs_file(dev, dfops);
529 ret = dfops->read(dev, buf, bufsize);
558 struct b43_debugfs_fops *dfops; local
576 dfops = container_of(debugfs_real_fops(file),
578 if (!dfops
39 fops_to_dfs_file(struct b43_wldev *dev, const struct b43_debugfs_fops *dfops) argument
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Ddebug.c65 struct carl9170_debugfs_fops *dfops; local
78 dfops = container_of(debugfs_real_fops(file),
81 if (!dfops->read)
84 if (dfops->read_bufsize) {
85 buf = vmalloc(dfops->read_bufsize);
91 if (!CHK_DEV_STATE(ar, dfops->req_dev_state)) {
97 res_buf = dfops->read(ar, buf, dfops->read_bufsize, &ret);
105 WARN_ON_ONCE(dfops->read_bufsize && (res_buf != buf));
116 struct carl9170_debugfs_fops *dfops; local
[all...]

Completed in 288 milliseconds