Searched refs:tmpfile (Results 51 – 64 of 64) sorted by relevance
123
/openbmc/linux/fs/udf/ |
H A D | namei.c | 1033 .tmpfile = udf_tmpfile,
|
/openbmc/linux/fs/f2fs/ |
H A D | namei.c | 1323 .tmpfile = f2fs_tmpfile,
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | 1704 .tmpfile = ubifs_tmpfile,
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 1358 .tmpfile = hugetlbfs_tmpfile,
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 429 file = tmpfile(); in msg_loop_sendpage()
|
/openbmc/linux/fs/ |
H A D | namei.c | 3675 if (!dir->i_op->tmpfile) in vfs_tmpfile() 3683 error = dir->i_op->tmpfile(idmap, dir, file, mode); in vfs_tmpfile()
|
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 2112 .tmpfile = fuse_tmpfile,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 514 int (*tmpfile) (struct mnt_idmap *, struct inode *, struct file *, umode_t); 663 ``tmpfile``
|
H A D | porting.rst | 936 Calling conventions for ->tmpfile() have changed. It now takes a struct
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1997 int (*tmpfile) (struct mnt_idmap *, struct inode *, member
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 4956 - {"send_pseudo %s: cannot open tmpfile %s: %s", 33}, 4957 - {"send_pseudo %s: cannot lstat tmpfile %s: %s", 34}, 4959 - {"send_pseudo %s: cannot write to tmpfile %s: %s", 36}, 5131 - {"cannot tmpfile() for tcp protocol synchronization", 122},
|
/openbmc/linux/fs/ext4/ |
H A D | namei.c | 4271 .tmpfile = ext4_tmpfile,
|
/openbmc/linux/mm/ |
H A D | shmem.c | 4518 .tmpfile = shmem_tmpfile,
|
/openbmc/linux/fs/btrfs/ |
H A D | inode.c | 10952 .tmpfile = btrfs_tmpfile,
|
123