Searched refs:is_file (Results 1 – 6 of 6) sorted by relevance
74 .is_file() in find_real_path()
498 if not item.is_file() or not item.name.endswith('.json'):657 if not item.is_file() or not item.name.endswith('.json'):714 if not item.is_file() or not item.name.endswith('.json') or item.name.endswith('metricgroups.json'):1544 if item.is_file() and item.name.endswith('.json') and not item.name.endswith('metricgroups.json'):
57 if not entry.is_file():
119 elif entry.is_file():
367 if not entry.is_file():
55 static void afs_set_netfs_context(struct afs_vnode *vnode, bool is_file) in afs_set_netfs_context() argument57 netfs_inode_init(&vnode->netfs, &afs_req_ops, is_file); in afs_set_netfs_context()