Home
last modified time | relevance | path

Searched refs:add (Results 1 – 23 of 23) sorted by relevance

/fs/ext4/
Dresize.c1641 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/
Dsysctl.h30 extern int ntfs_sysctl(int add);
35 static inline int ntfs_sysctl(int add) in ntfs_sysctl() argument
Dsysctl.c67 int ntfs_sysctl(int add) in ntfs_sysctl() argument
69 if (add) { in ntfs_sysctl()
/fs/exofs/
DKconfig.ore4 # for every ORE user we do it like this. Any user should add itself here
/fs/cifs/
Dcifsglob.h679 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()
Dsmb1ops.c117 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()
Dsmb2ops.c67 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/
DKconfig14 called autofs4. You will need to add "alias autofs autofs4" to your
/fs/udf/
Dinode.c487 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()
Dnamei.c397 goto add; in udf_add_entry()
448 add: in udf_add_entry()
/fs/jbd2/
DKconfig9 the ext4 and OCFS2 filesystems, but it could also be used to add
/fs/jffs2/
DTODO2 - support asynchronous operation -- add a per-fs 'reserved_space' count,
/fs/
DKconfig219 This option alone does not add any kernel code.
267 This option alone does not add any kernel code.
/fs/notify/inotify/
Dinotify_user.c524 int add = (arg & IN_MASK_ADD); in inotify_update_existing_watch() local
538 if (add) in inotify_update_existing_watch()
/fs/btrfs/
Dsysfs.c495 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/
DREADME11 other licenses. If you add your code to governed files, and don't
75 decentralized internet development, and add value through your branded
DKconfig27 If you like it, you can pay us to add new features to it that you
/fs/ubifs/
Ddebug.c1698 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/
DChanges46 - add module tags
/fs/hostfs/
Dhostfs_kern.c46 static int __init hostfs_args(char *options, int *add) in hostfs_args() argument
/fs/nls/
DKconfig86 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
465 much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
/fs/befs/
DChangeLog197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
/fs/f2fs/
Df2fs.h2257 block_t diff, bool add, bool claim) in f2fs_i_blocks_write() argument
2263 if (add) { in f2fs_i_blocks_write()