Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 8 of 8) sorted by relevance

/fs/btrfs/
Dextent_map.c257 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()
Drelocation.c676 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/
DKconfig7 that uses signals to communicate events to user-space. There exist
/fs/configfs/
DKconfig10 Both sysfs and configfs can and should exist together on the
/fs/cifs/
Dfile.c718 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()
DCHANGES486 server uids that do not exist on the client (this does not affect the
/fs/proc/
DKconfig66 Various /proc files exist to monitor process memory utilization:
/fs/cramfs/
DREADME34 exist, speeds up user-space directory sorts, etc.