Home
last modified time | relevance | path

Searched refs:reserve (Results 1 – 6 of 6) sorted by relevance

/fs/jffs2/
Dcompr_rubin.c34 unsigned int reserve; member
49 unsigned reserve) in init_pushpull() argument
54 pp->reserve = reserve; in init_pushpull()
59 if (pp->ofs >= pp->buflen - (use_reserved?0:pp->reserve)) in pushbit()
DTODO3 let each outstanding write reserve the _maximum_ amount of physical
/fs/devpts/
Dinode.c100 int reserve; member
264 opts->reserve = in parse_mount_options()
535 (fsi->mount_opts.reserve ? 0 : pty_reserve))) in devpts_new_index()
/fs/quota/
Ddquot.c1655 int reserve = flags & DQUOT_SPACE_RESERVE; in __dquot_alloc_space() local
1659 if (reserve) { in __dquot_alloc_space()
1678 if (reserve) { in __dquot_alloc_space()
1691 if (reserve) in __dquot_alloc_space()
1702 if (reserve) in __dquot_alloc_space()
1708 if (reserve) in __dquot_alloc_space()
1855 int reserve = flags & DQUOT_SPACE_RESERVE, index; in __dquot_free_space() local
1858 if (reserve) { in __dquot_free_space()
1881 if (reserve) in __dquot_free_space()
1887 if (reserve) in __dquot_free_space()
[all …]
/fs/btrfs/
Drelocation.c2696 struct backref_node *node, int reserve) in calcu_metadata_size() argument
2705 BUG_ON(reserve && node->processed); in calcu_metadata_size()
2710 if (next->processed && (reserve || next != node)) in calcu_metadata_size()
Dinode.c59 u64 reserve; member
7762 WARN_ON(dio_data->reserve < len); in btrfs_get_blocks_direct_write()
7763 dio_data->reserve -= len; in btrfs_get_blocks_direct_write()
8710 dio_data.reserve = round_up(count, in btrfs_direct_IO()
8731 if (dio_data.reserve) in btrfs_direct_IO()
8733 offset, dio_data.reserve, true); in btrfs_direct_IO()