Searched defs:permanent (Results 1 - 2 of 2) sorted by relevance

/fs/xfs/
H A Dxfs_trans.c112 * permanent log reservation of the given transaction. The remaining
202 bool permanent = false; local
211 permanent = true;
225 permanent, tp->t_type);
858 * Determine whether this commit is releasing a permanent
991 * the next: permanent transactions are only flushed out when
H A Dxfs_log.c439 bool permanent,
455 tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent,
503 * a given ticket. If the ticket was one with a permanent reservation, then
507 * must be passed in before permanent reservations are actually released.
541 * Release ticket if not permanent reservation or a specific
542 * request has been made to release a permanent reservation.
550 /* If this ticket was a permanent reservation and we aren't
721 * space grant counters are, we can initialise the permanent ticket
2964 * move the grant write head because the permanent
2966 * Release part of current permanent uni
433 xfs_log_reserve( struct xfs_mount *mp, int unit_bytes, int cnt, struct xlog_ticket **ticp, __uint8_t client, bool permanent, uint t_type) argument
3601 xlog_ticket_alloc( struct xlog *log, int unit_bytes, int cnt, char client, bool permanent, xfs_km_flags_t alloc_flags) argument
[all...]

Completed in 10 milliseconds