Searched refs:exist (Results 1 – 8 of 8) sorted by relevance
/fs/btrfs/ |
D | extent_map.c | 257 struct extent_map *exist; in add_extent_mapping() local 259 exist = lookup_extent_mapping(tree, em->start, em->len); in add_extent_mapping() 260 if (exist) { in add_extent_mapping() 261 free_extent_map(exist); in add_extent_mapping()
|
D | relocation.c | 676 struct backref_node *exist = NULL; local 737 exist = edge->node[UPPER]; 742 if (!exist->checked) 745 exist = NULL; 766 WARN_ON(exist); 788 if (exist && 790 exist->owner == key.offset) || 792 exist->bytenr == key.offset))) { 793 exist = NULL; 997 WARN_ON(exist);
|
/fs/notify/dnotify/ |
D | Kconfig | 7 that uses signals to communicate events to user-space. There exist
|
/fs/configfs/ |
D | Kconfig | 10 Both sysfs and configfs can and should exist together on the
|
/fs/cifs/ |
D | file.c | 718 bool exist; in cifs_lock_test() local 722 exist = __cifs_find_lock_conflict(cinode, offset, length, type, netfid, in cifs_lock_test() 724 if (exist) { in cifs_lock_test() 760 bool exist; in cifs_lock_add_if() local 764 exist = false; in cifs_lock_add_if() 767 exist = cifs_find_lock_conflict(cinode, lock, &conf_lock); in cifs_lock_add_if() 768 if (!exist && cinode->can_cache_brlcks) { in cifs_lock_add_if() 774 if (!exist) in cifs_lock_add_if()
|
D | CHANGES | 486 server uids that do not exist on the client (this does not affect the
|
/fs/proc/ |
D | Kconfig | 66 Various /proc files exist to monitor process memory utilization:
|
/fs/cramfs/ |
D | README | 34 exist, speeds up user-space directory sorts, etc.
|