/fs/autofs/ |
D | Kconfig | 7 automounter (amd), which is a pure user space daemon. 9 To use the automounter you need the user-space tools from the autofs
|
/fs/autofs4/ |
D | Kconfig | 7 automounter (amd), which is a pure user space daemon. 9 To use the automounter you need the user-space tools from
|
/fs/efs/ |
D | efs.h | 99 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member 106 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
D | dir.c | 63 if (dirblock->space[slot] == 0) { in efs_readdir()
|
/fs/jffs2/ |
D | README.Locking | 18 contiguous allocation of space on the medium. It is automatically 19 obtained during space allocations (jffs2_reserve_space()) and freed 54 before calling a function which may need to allocate space. The 60 before calling the space allocation functions. 64 by the normal file system code _after_ allocation of space. 68 1. Never attempt to allocate space or lock alloc_sem with
|
D | TODO | 4 space it could take. Let GC flush the outstanding writes because the
|
/fs/nfsd/ |
D | Kconfig | 14 You may choose to use a user-space NFS server instead, in which 18 user space programs which can be found in the Linux nfs-utils 77 space programs which can be found in the Linux nfs-utils package,
|
/fs/fat/ |
D | namei_msdos.c | 31 int space; in msdos_format_name() local 44 space = 1; in msdos_format_name() 69 space = (c == ' '); in msdos_format_name() 72 if (space) in msdos_format_name() 102 space = c == ' '; in msdos_format_name() 108 if (space) in msdos_format_name()
|
/fs/ |
D | dquot.c | 1130 static int check_bdq(struct dquot *dquot, qsize_t space, int prealloc, char *warntype) in check_bdq() argument 1138 dquot->dq_dqb.dqb_curspace + space > dquot->dq_dqb.dqb_bhardlimit && in check_bdq() 1146 dquot->dq_dqb.dqb_curspace + space > dquot->dq_dqb.dqb_bsoftlimit && in check_bdq() 1155 dquot->dq_dqb.dqb_curspace + space > dquot->dq_dqb.dqb_bsoftlimit && in check_bdq() 1187 static int info_bdq_free(struct dquot *dquot, qsize_t space) in info_bdq_free() argument 1193 if (dquot->dq_dqb.dqb_curspace - space <= dquot->dq_dqb.dqb_bsoftlimit) in info_bdq_free() 1196 dquot->dq_dqb.dqb_curspace - space < dquot->dq_dqb.dqb_bhardlimit) in info_bdq_free() 1484 qsize_t space; in dquot_transfer() local 1523 space = inode_get_bytes(inode); in dquot_transfer() 1530 NO_QUOTA || check_bdq(transfer_to[cnt], space, 0, in dquot_transfer() [all …]
|
D | quota_v1.c | 21 static inline qsize_t v1_stoqb(qsize_t space) in v1_stoqb() argument 23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v1_stoqb()
|
D | quota_v2.c | 39 static inline qsize_t v2_stoqb(qsize_t space) in v2_stoqb() argument 41 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb()
|
/fs/gfs2/ |
D | ops_fstype.c | 362 u64 space, d; in gfs2_read_sb() local 365 space = sdp->sd_heightsize[x - 1] * sdp->sd_inptrs; in gfs2_read_sb() 366 d = space; in gfs2_read_sb() 371 sdp->sd_heightsize[x] = space; in gfs2_read_sb() 381 u64 space, d; in gfs2_read_sb() local 384 space = sdp->sd_jheightsize[x - 1] * sdp->sd_inptrs; in gfs2_read_sb() 385 d = space; in gfs2_read_sb() 390 sdp->sd_jheightsize[x] = space; in gfs2_read_sb()
|
/fs/notify/dnotify/ |
D | Kconfig | 6 that uses signals to communicate events to user-space. There exist
|
/fs/ufs/ |
D | super.c | 460 unsigned char * base, * space; in ufs_read_cylinder_structures() local 473 base = space = kmalloc(size, GFP_KERNEL); in ufs_read_cylinder_structures() 476 sbi->s_csp = (struct ufs_csum *)space; in ufs_read_cylinder_structures() 487 ubh_ubhcpymem (space, ubh, size); in ufs_read_cylinder_structures() 489 space += size; in ufs_read_cylinder_structures() 592 unsigned char * base, * space; in ufs_put_super_internal() local 600 base = space = (char*) sbi->s_csp; in ufs_put_super_internal() 608 ubh_memcpyubh (ubh, space, size); in ufs_put_super_internal() 609 space += size; in ufs_put_super_internal()
|
/fs/xfs/ |
D | xfs_dir2.c | 513 int space, /* v2 dir's space XFS_DIR2_xxx_SPACE */ in xfs_dir2_grow_inode() argument 530 xfs_dir2_trace_args_s("grow_inode", args, space); in xfs_dir2_grow_inode() 538 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode() 635 if (space == XFS_DIR2_DATA_SPACE) { in xfs_dir2_grow_inode()
|
D | Kconfig | 10 Btrees (directories, extents, free space) to aid both performance 57 separate area of disk space where only file data is stored. It was
|
D | xfs_dir2.h | 94 extern int xfs_dir2_grow_inode(struct xfs_da_args *args, int space,
|
/fs/btrfs/ |
D | Makefile | 10 ref-cache.o export.o tree-log.o acl.o free-space-cache.o zlib.o \
|
/fs/nfs/ |
D | Kconfig | 14 install the user space mount.nfs command which can be found in 72 space programs which can be found in the Linux nfs-utils package,
|
/fs/sysfs/ |
D | Kconfig | 23 Designers of embedded systems may wish to say N here to conserve space.
|
/fs/ext3/ |
D | namei.c | 267 unsigned space; member 274 unsigned names = 0, space = 0; in dx_show_leaf() local 292 space += EXT3_DIR_REC_LEN(de->name_len); in dx_show_leaf() 298 return (struct stats) { names, space, 1 }; in dx_show_leaf() 305 unsigned count = dx_get_count (entries), names = 0, space = 0, i; in dx_show_entries() local 321 space += stats.space; in dx_show_entries() 327 names, space/bcount,(space/bcount)*100/blocksize); in dx_show_entries() 328 return (struct stats) { names, space, bcount}; in dx_show_entries()
|
/fs/ext4/ |
D | namei.c | 269 unsigned space; member 276 unsigned names = 0, space = 0; in dx_show_leaf() local 294 space += EXT4_DIR_REC_LEN(de->name_len); in dx_show_leaf() 300 return (struct stats) { names, space, 1 }; in dx_show_leaf() 307 unsigned count = dx_get_count(entries), names = 0, space = 0, i; in dx_show_entries() local 324 space += stats.space; in dx_show_entries() 330 levels ? "" : " ", names, space/bcount, in dx_show_entries() 331 (space/bcount)*100/blocksize); in dx_show_entries() 332 return (struct stats) { names, space, bcount}; in dx_show_entries()
|
/fs/ocfs2/ |
D | stack_user.c | 126 char space; member 381 if ((msg->space != ' ') || (msg->newline != '\n')) in ocfs2_control_do_setnode_msg() 383 msg->space = msg->newline = '\0'; in ocfs2_control_do_setnode_msg()
|
/fs/ncpfs/ |
D | Kconfig | 103 bit on NCPFS. The file server need not have long name space or NFS 104 name space loaded for these to work.
|
/fs/cramfs/ |
D | README | 34 exist, speeds up user-space directory sorts, etc. 77 The cramfs user-space tools, including mkcramfs and cramfsck, are
|