/fs/ext4/ |
D | resize.c | 1641 ext4_fsblk_t o_blocks_count, ext4_grpblk_t add) in ext4_group_extend_no_check() argument 1664 ext4_blocks_count_set(es, o_blocks_count + add); in ext4_group_extend_no_check() 1665 ext4_free_blocks_count_set(es, ext4_free_blocks_count(es) + add); in ext4_group_extend_no_check() 1667 o_blocks_count + add); in ext4_group_extend_no_check() 1669 err = ext4_group_add_blocks(handle, sb, o_blocks_count, add); in ext4_group_extend_no_check() 1674 o_blocks_count + add); in ext4_group_extend_no_check() 1705 ext4_grpblk_t add; in ext4_group_extend() local 1742 add = EXT4_BLOCKS_PER_GROUP(sb) - last; in ext4_group_extend() 1744 if (o_blocks_count + add < o_blocks_count) { in ext4_group_extend() 1749 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend() [all …]
|
/fs/ntfs/ |
D | sysctl.h | 30 extern int ntfs_sysctl(int add); 35 static inline int ntfs_sysctl(int add) in ntfs_sysctl() argument
|
D | sysctl.c | 67 int ntfs_sysctl(int add) in ntfs_sysctl() argument 69 if (add) { in ntfs_sysctl()
|
/fs/exofs/ |
D | Kconfig.ore | 4 # for every ORE user we do it like this. Any user should add itself here
|
/fs/cifs/ |
D | cifsglob.h | 679 add_credits(struct TCP_Server_Info *server, const unsigned int add, in add_credits() argument 682 server->ops->add_credits(server, add, optype); in add_credits() 686 add_credits_and_wake_if(struct TCP_Server_Info *server, const unsigned int add, in add_credits_and_wake_if() argument 689 if (add) { in add_credits_and_wake_if() 690 server->ops->add_credits(server, add, optype); in add_credits_and_wake_if()
|
D | smb1ops.c | 117 cifs_add_credits(struct TCP_Server_Info *server, const unsigned int add, in cifs_add_credits() argument 121 server->credits += add; in cifs_add_credits()
|
D | smb2ops.c | 67 smb2_add_credits(struct TCP_Server_Info *server, const unsigned int add, in smb2_add_credits() argument 73 *val += add; in smb2_add_credits()
|
/fs/autofs4/ |
D | Kconfig | 14 called autofs4. You will need to add "alias autofs autofs4" to your
|
/fs/udf/ |
D | inode.c | 487 sector_t add; in udf_do_extend_file() local 528 add = ((1 << 30) - sb->s_blocksize - in udf_do_extend_file() 531 if (add > blocks) in udf_do_extend_file() 532 add = blocks; in udf_do_extend_file() 533 blocks -= add; in udf_do_extend_file() 534 last_ext->extLength += add << sb->s_blocksize_bits; in udf_do_extend_file() 561 add = (1 << (30-sb->s_blocksize_bits)) - 1; in udf_do_extend_file() 563 (add << sb->s_blocksize_bits); in udf_do_extend_file() 566 while (blocks > add) { in udf_do_extend_file() 567 blocks -= add; in udf_do_extend_file()
|
D | namei.c | 397 goto add; in udf_add_entry() 448 add: in udf_add_entry()
|
/fs/jbd2/ |
D | Kconfig | 9 the ext4 and OCFS2 filesystems, but it could also be used to add
|
/fs/jffs2/ |
D | TODO | 2 - support asynchronous operation -- add a per-fs 'reserved_space' count,
|
/fs/ |
D | Kconfig | 219 This option alone does not add any kernel code. 267 This option alone does not add any kernel code.
|
/fs/notify/inotify/ |
D | inotify_user.c | 524 int add = (arg & IN_MASK_ADD); in inotify_update_existing_watch() local 538 if (add) in inotify_update_existing_watch()
|
/fs/btrfs/ |
D | sysfs.c | 495 static int addrm_unknown_feature_attrs(struct btrfs_fs_info *fs_info, bool add) in addrm_unknown_feature_attrs() argument 521 if (add) { in addrm_unknown_feature_attrs()
|
/fs/reiserfs/ |
D | README | 11 other licenses. If you add your code to governed files, and don't 75 decentralized internet development, and add value through your branded
|
D | Kconfig | 27 If you like it, you can pay us to add new features to it that you
|
/fs/ubifs/ |
D | debug.c | 1698 int add; in add_size() local 1700 add = ubifs_idx_node_sz(c, znode->child_cnt); in add_size() 1701 add = ALIGN(add, 8); in add_size() 1702 *idx_size += add; in add_size()
|
/fs/affs/ |
D | Changes | 46 - add module tags
|
/fs/hostfs/ |
D | hostfs_kern.c | 46 static int __init hostfs_args(char *options, int *add) in hostfs_args() argument
|
/fs/nls/ |
D | Kconfig | 86 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add 465 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
|
/fs/befs/ |
D | ChangeLog | 197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
|
/fs/f2fs/ |
D | f2fs.h | 2257 block_t diff, bool add, bool claim) in f2fs_i_blocks_write() argument 2263 if (add) { in f2fs_i_blocks_write()
|