Home
last modified time | relevance | path

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

/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/ext4/
Dresize.c1685 ext4_fsblk_t o_blocks_count, ext4_grpblk_t add) in ext4_group_extend_no_check() argument
1708 ext4_blocks_count_set(es, o_blocks_count + add); in ext4_group_extend_no_check()
1709 ext4_free_blocks_count_set(es, ext4_free_blocks_count(es) + add); in ext4_group_extend_no_check()
1711 o_blocks_count + add); in ext4_group_extend_no_check()
1713 err = ext4_group_add_blocks(handle, sb, o_blocks_count, add); in ext4_group_extend_no_check()
1718 o_blocks_count + add); in ext4_group_extend_no_check()
1749 ext4_grpblk_t add; in ext4_group_extend() local
1786 add = EXT4_BLOCKS_PER_GROUP(sb) - last; in ext4_group_extend()
1788 if (o_blocks_count + add < o_blocks_count) { in ext4_group_extend()
1793 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend()
[all …]
/fs/exofs/
DKconfig.ore4 # for every ORE user we do it like this. Any user should add itself here
/fs/cifs/
Dcifsglob.h659 add_credits(struct TCP_Server_Info *server, const unsigned int add, in add_credits() argument
662 server->ops->add_credits(server, add, optype); in add_credits()
666 add_credits_and_wake_if(struct TCP_Server_Info *server, const unsigned int add, in add_credits_and_wake_if() argument
669 if (add) { in add_credits_and_wake_if()
670 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.c66 smb2_add_credits(struct TCP_Server_Info *server, const unsigned int add, in smb2_add_credits() argument
72 *val += add; in smb2_add_credits()
/fs/udf/
Dinode.c492 uint32_t add; in udf_do_extend_file() local
533 add = (1 << 30) - sb->s_blocksize - in udf_do_extend_file()
535 if (add > new_block_bytes) in udf_do_extend_file()
536 add = new_block_bytes; in udf_do_extend_file()
537 new_block_bytes -= add; in udf_do_extend_file()
538 last_ext->extLength += add; in udf_do_extend_file()
556 add = (1 << 30) - sb->s_blocksize; in udf_do_extend_file()
557 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | add; in udf_do_extend_file()
560 while (new_block_bytes > add) { in udf_do_extend_file()
561 new_block_bytes -= add; in udf_do_extend_file()
[all …]
Dnamei.c387 goto add; in udf_add_entry()
438 add: in udf_add_entry()
/fs/autofs4/
DKconfig14 called autofs4. You will need to add "alias autofs autofs4" to your
/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/
DKconfig194 This option alone does not add any kernel code.
241 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.c477 static int addrm_unknown_feature_attrs(struct btrfs_fs_info *fs_info, bool add) in addrm_unknown_feature_attrs() argument
503 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.c1699 int add; in add_size() local
1701 add = ubifs_idx_node_sz(c, znode->child_cnt); in add_size()
1702 add = ALIGN(add, 8); in add_size()
1703 *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.h2317 block_t diff, bool add, bool claim) in f2fs_i_blocks_write() argument
2323 if (add) { in f2fs_i_blocks_write()