Home
last modified time | relevance | path

Searched refs:FILEID_IS_CONNECTABLE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dexportfs.h184 #define FILEID_IS_CONNECTABLE 0x10000 macro
186 #define FILEID_VALID_USER_FLAGS (FILEID_IS_CONNECTABLE | FILEID_IS_DIR)
/linux-6.15/fs/
H A Dfhandle.c89 handle->handle_type |= FILEID_IS_CONNECTABLE; in do_sys_name_to_handle()
377 if (f_handle.handle_type & FILEID_IS_CONNECTABLE) { in handle_to_path()