Home
last modified time | relevance | path

Searched defs:file1 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_exchrange.h21 struct file *file1; member
Dxfs_exchrange.c816 struct fd file1; in xfs_ioc_exchange_range() local
912 struct fd file1; in xfs_ioc_commit_range() local
/linux-6.12.1/scripts/kconfig/
Dconfdata.c47 static bool is_same(const char *file1, const char *file2) in is_same()