Searched refs:qlim (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_qm_syscalls.c230 struct xfs_quota_limits *qlim,
244 if (qlim) {
245 qlim->hard = hard;
246 qlim->soft = soft;
256 struct xfs_quota_limits *qlim,
259 if (qlim) {
262 qlim->time = res->timer;
284 struct xfs_quota_limits *qlim; local
341 qlim = id == 0 ? &defq->blk : NULL;
343 if (xfs_setqlim_limits(mp, res, qlim, har
227 xfs_setqlim_limits( struct xfs_mount *mp, struct xfs_dquot_res *res, struct xfs_quota_limits *qlim, xfs_qcnt_t hard, xfs_qcnt_t soft, const char *tag) argument
253 xfs_setqlim_timer( struct xfs_mount *mp, struct xfs_dquot_res *res, struct xfs_quota_limits *qlim, s64 timer) argument
[all...]
H A Dxfs_trans_dquot.c733 struct xfs_quota_limits *qlim,
750 hardlimit = qlim->hard;
752 softlimit = qlim->soft;
791 struct xfs_quota_limits *qlim; local
799 qlim = &defq->blk;
802 qlim = &defq->rtb;
814 quota_nl = xfs_dqresv_check(blkres, qlim, nblks, &fatal);
731 xfs_dqresv_check( struct xfs_dquot_res *res, struct xfs_quota_limits *qlim, int64_t delta, bool *fatal) argument
H A Dxfs_dquot.c153 struct xfs_quota_limits *qlim)
161 ktime_get_real_seconds() + qlim->time);
150 xfs_qm_adjust_res_timer( struct xfs_mount *mp, struct xfs_dquot_res *res, struct xfs_quota_limits *qlim) argument
/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h365 struct o_qlim qlim[]; member in struct:p_sizes
H A Ddrbd_main.c927 packet_size += sizeof(p->qlim[0]);
941 p->qlim->physical_block_size =
943 p->qlim->logical_block_size =
945 p->qlim->alignment_offset =
947 p->qlim->io_min = cpu_to_be32(bdev_io_min(bdev));
948 p->qlim->io_opt = cpu_to_be32(bdev_io_opt(bdev));
949 p->qlim->discard_enabled = !!bdev_max_discard_sectors(bdev);
954 p->qlim->physical_block_size =
956 p->qlim->logical_block_size =
958 p->qlim
[all...]
H A Ddrbd_receiver.c4066 struct o_qlim *o = (connection->agreed_features & DRBD_FF_WSAME) ? p->qlim : NULL;
/linux-master/fs/proc/
H A Darray.c270 unsigned long qlim = 0; local
287 qlim = task_rlimit(p, RLIMIT_SIGPENDING);
293 seq_put_decimal_ull(m, "/", qlim);

Completed in 178 milliseconds