Searched refs:tmpfile (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/fs/f2fs/
H A Dnamei.c887 * add this non-linked tmpfile to orphan list, in this way we could
888 * remove all unused data of tmpfile after abnormal power-off.
1394 .tmpfile = f2fs_tmpfile,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c423 file = tmpfile();
/linux-master/fs/hugetlbfs/
H A Dinode.c1324 .tmpfile = hugetlbfs_tmpfile,
/linux-master/fs/ubifs/
H A Ddir.c1714 .tmpfile = ubifs_tmpfile,
/linux-master/fs/
H A Dnamei.c3657 * vfs_tmpfile - create tmpfile
3660 * @file: file descriptor of the new tmpfile
3661 * @mode: mode of the new tmpfile
3685 if (!dir->i_op->tmpfile)
3693 error = dir->i_op->tmpfile(idmap, dir, file, mode);
3712 * kernel_tmpfile_open - open a tmpfile for kernel internal use
3715 * @mode: mode of the new tmpfile
/linux-master/include/linux/
H A Dfs.h2089 int (*tmpfile) (struct mnt_idmap *, struct inode *, member in struct:inode_operations
/linux-master/fs/fuse/
H A Ddir.c2139 .tmpfile = fuse_tmpfile,
/linux-master/fs/bcachefs/
H A Dfs.c1152 .tmpfile = bch2_tmpfile,
/linux-master/fs/ext4/
H A Dnamei.c3476 /* this can happen only for tmpfile being
4229 .tmpfile = ext4_tmpfile,
/linux-master/mm/
H A Dshmem.c4567 .tmpfile = shmem_tmpfile,
/linux-master/fs/btrfs/
H A Dinode.c11024 .tmpfile = btrfs_tmpfile,

Completed in 286 milliseconds

12