Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 43) sorted by relevance

12

/fs/btrfs/
DMakefile28 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
31 uuid-tree.o props.o free-space-tree.o tree-checker.o space-info.o \
32 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
41 btrfs-$(CONFIG_BTRFS_FS_RUN_SANITY_TESTS) += tests/free-space-tests.o \
44 tests/free-space-tree-tests.o tests/extent-map-tests.o
Dioctl.c3533 struct btrfs_ioctl_space_info *space) in get_block_group_info() argument
3537 space->total_bytes = 0; in get_block_group_info()
3538 space->used_bytes = 0; in get_block_group_info()
3539 space->flags = 0; in get_block_group_info()
3541 space->flags = block_group->flags; in get_block_group_info()
3542 space->total_bytes += block_group->length; in get_block_group_info()
3543 space->used_bytes += block_group->used; in get_block_group_info()
3551 struct btrfs_ioctl_space_info space; in btrfs_ioctl_space_info() local
3643 &space); in btrfs_ioctl_space_info()
3644 memcpy(dest, &space, sizeof(space)); in btrfs_ioctl_space_info()
[all …]
/fs/xfs/
Dxfs_log_priv.h557 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() argument
560 *space = val & 0xffffffff; in xlog_crack_grant_head_val()
564 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head() argument
566 xlog_crack_grant_head_val(atomic64_read(head), cycle, space); in xlog_crack_grant_head()
570 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() argument
572 return ((int64_t)cycle << 32) | space; in xlog_assign_grant_head_val()
576 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head() argument
578 atomic64_set(head, xlog_assign_grant_head_val(cycle, space)); in xlog_assign_grant_head()
Dxfs_log.c103 int cycle, space; in xlog_grant_sub_space() local
105 xlog_crack_grant_head_val(head_val, &cycle, &space); in xlog_grant_sub_space()
107 space -= bytes; in xlog_grant_sub_space()
108 if (space < 0) { in xlog_grant_sub_space()
109 space += log->l_logsize; in xlog_grant_sub_space()
114 new = xlog_assign_grant_head_val(cycle, space); in xlog_grant_sub_space()
130 int cycle, space; in xlog_grant_add_space() local
132 xlog_crack_grant_head_val(head_val, &cycle, &space); in xlog_grant_add_space()
134 tmp = log->l_logsize - space; in xlog_grant_add_space()
136 space += bytes; in xlog_grant_add_space()
[all …]
Dxfs_dquot.c267 uint64_t space; in xfs_dquot_set_prealloc_limits() local
277 space = dqp->q_prealloc_hi_wmark; in xfs_dquot_set_prealloc_limits()
279 do_div(space, 100); in xfs_dquot_set_prealloc_limits()
280 dqp->q_low_space[XFS_QLOWSP_1_PCNT] = space; in xfs_dquot_set_prealloc_limits()
281 dqp->q_low_space[XFS_QLOWSP_3_PCNT] = space * 3; in xfs_dquot_set_prealloc_limits()
282 dqp->q_low_space[XFS_QLOWSP_5_PCNT] = space * 5; in xfs_dquot_set_prealloc_limits()
DKconfig13 Btrees (directories, extents, free space) to aid both performance
84 separate area of disk space where only file data is stored. It was
/fs/jffs2/
DREADME.Locking14 contiguous allocation of space on the medium. It is automatically
15 obtained during space allocations (jffs2_reserve_space()) and freed
50 before calling a function which may need to allocate space. The
56 before calling the space allocation functions.
60 by the normal file system code _after_ allocation of space.
64 1. Never attempt to allocate space or lock alloc_sem with
/fs/fat/
Dnamei_msdos.c30 int space; in msdos_format_name() local
43 space = 1; in msdos_format_name()
68 space = (c == ' '); in msdos_format_name()
71 if (space) in msdos_format_name()
101 space = c == ' '; in msdos_format_name()
107 if (space) in msdos_format_name()
/fs/efs/
Defs.h106 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member
113 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
Ddir.c67 if (dirblock->space[slot] == 0) in efs_readdir()
/fs/autofs/
DKconfig20 automounter (amd), which is a pure user space daemon.
22 To use the automounter you need the user-space tools from
/fs/cachefiles/
Drdwr.c694 int ret, ret2, space; in cachefiles_read_or_alloc_pages() local
708 space = 1; in cachefiles_read_or_alloc_pages()
710 space = 0; in cachefiles_read_or_alloc_pages()
727 ret = space ? -ENODATA : -ENOBUFS; in cachefiles_read_or_alloc_pages()
753 } else if (space && pagevec_add(&pagevec, page) == 0) { in cachefiles_read_or_alloc_pages()
/fs/xfs/libxfs/
Dxfs_dir2.c557 int space, /* v2 dir's space XFS_DIR2_xxx_SPACE */ in xfs_dir2_grow_inode() argument
566 trace_xfs_dir2_grow_inode(args, space); in xfs_dir2_grow_inode()
571 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
583 if (space == XFS_DIR2_DATA_SPACE) { in xfs_dir2_grow_inode()
/fs/ufs/
Dsuper.c508 unsigned char * base, * space; in ufs_read_cylinder_structures() local
519 base = space = kmalloc(size, GFP_NOFS); in ufs_read_cylinder_structures()
522 sbi->s_csp = (struct ufs_csum *)space; in ufs_read_cylinder_structures()
533 ubh_ubhcpymem (space, ubh, size); in ufs_read_cylinder_structures()
535 space += size; in ufs_read_cylinder_structures()
648 unsigned char * base, * space; in ufs_put_super_internal() local
657 base = space = (char*) sbi->s_csp; in ufs_put_super_internal()
665 ubh_memcpyubh (ubh, space, size); in ufs_put_super_internal()
666 space += size; in ufs_put_super_internal()
/fs/nfsd/
DKconfig18 You may choose to use a user-space NFS server instead, in which
22 user space programs which can be found in the Linux nfs-utils
86 space programs which can be found in the Linux nfs-utils package,
/fs/quota/
Dquota_v1.c22 static inline qsize_t v1_stoqb(qsize_t space) in v1_stoqb() argument
24 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v1_stoqb()
Dquota_v2.c47 static inline qsize_t v2_stoqb(qsize_t space) in v2_stoqb() argument
49 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb()
/fs/notify/dnotify/
DKconfig8 that uses signals to communicate events to user-space. There exist
/fs/pstore/
DKconfig18 int "Default kernel log storage space" if EXPERT
127 bool "Log user space messages"
132 interface /dev/pmsg0 to log user space messages. On reboot
/fs/proc/
DKconfig7 of the system. "Virtual" means that it doesn't take up any space on
100 Say Y if you are running any user-space software which takes benefit from
/fs/sysfs/
DKconfig25 Designers of embedded systems may wish to say N here to conserve space.
/fs/ocfs2/
Dstack_user.c129 char space; member
373 if ((msg->space != ' ') || (msg->newline != '\n')) in ocfs2_control_do_setnode_msg()
375 msg->space = msg->newline = '\0'; in ocfs2_control_do_setnode_msg()
/fs/fuse/
DKconfig51 cache directly in guest address space.
/fs/ksmbd/
DKconfig32 You also need to install user space programs which can be found
/fs/nfs/
DKconfig15 install the user space mount.nfs command which can be found in
85 space programs which can be found in the Linux nfs-utils package,

12