Searched refs:added (Results 1 – 12 of 12) sorted by relevance
/fs/notify/ |
D | mark.c | 625 goto added; in fsnotify_add_mark_list() 642 goto added; in fsnotify_add_mark_list() 649 added: in fsnotify_add_mark_list()
|
/fs/ |
D | locks.c | 1141 bool added = false; in posix_lock_inode() local 1241 if (added) { in posix_lock_inode() 1246 added = true; in posix_lock_inode() 1256 added = true; in posix_lock_inode() 1270 if (added) { in posix_lock_inode() 1290 added = true; in posix_lock_inode() 1305 if (!added) { in posix_lock_inode()
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 1059 __u32 added; in fanotify_add_mark() local 1070 added = fanotify_mark_add_to_mask(fsn_mark, mask, flags); in fanotify_add_mark() 1071 if (added & ~fsnotify_conn_mask(fsn_mark->connector)) in fanotify_add_mark()
|
/fs/proc/ |
D | Kconfig | 60 If you say Y here, the collected device dumps will be added
|
/fs/jffs2/ |
D | Kconfig | 136 This feature was added in July, 2007. Say 'N' if you need
|
/fs/btrfs/ |
D | extent_io.c | 3397 int added; in submit_extent_page() local 3413 added = btrfs_bio_add_page(bio_ctrl, page, disk_bytenr, in submit_extent_page() 3417 added = btrfs_bio_add_page(bio_ctrl, page, in submit_extent_page() 3423 ASSERT(added == 0 || added == size - offset); in submit_extent_page() 3426 if (wbc && added) in submit_extent_page() 3427 wbc_account_cgroup_owner(wbc, page, added); in submit_extent_page() 3430 if (added < size - offset) { in submit_extent_page() 3439 cur += added; in submit_extent_page()
|
D | free-space-cache.c | 2158 int added = 0; in insert_into_bitmap() local 2216 ASSERT(added == 0); in insert_into_bitmap() 2224 added = 0; in insert_into_bitmap() 2235 added = 1; in insert_into_bitmap()
|
/fs/nfs/ |
D | Kconfig | 58 Sun added to Solaris but never became an official part of the
|
/fs/affs/ |
D | Changes | 297 (several MB) is much faster (of course the added
|
/fs/reiserfs/ |
D | README | 113 innovation had to be forced past him while he was with us. He added
|
/fs/befs/ |
D | ChangeLog | 34 This is bad, since 2.4.9 is still the current RedHat kernel. I added
|
/fs/ext4/ |
D | mballoc.c | 5445 int order, added = 0, lg_prealloc_count = 1; in ext4_mb_add_n_trim() local 5464 if (!added && pa->pa_free < tmp_pa->pa_free) { in ext4_mb_add_n_trim() 5468 added = 1; in ext4_mb_add_n_trim() 5477 if (!added) in ext4_mb_add_n_trim()
|