Lines Matching refs:tmpfile
3 dnl # Add support for i_op->tmpfile
12 static int tmpfile(struct mnt_idmap *idmap,
17 .tmpfile = tmpfile,
25 static int tmpfile(struct user_namespace *userns,
30 .tmpfile = tmpfile,
35 dnl # add support for userns parameter to tmpfile
39 static int tmpfile(struct user_namespace *userns,
44 .tmpfile = tmpfile,
49 static int tmpfile(struct inode *inode, struct dentry *dentry,
53 .tmpfile = tmpfile,
59 AC_MSG_CHECKING([whether i_op->tmpfile() exists])
62 AC_DEFINE(HAVE_TMPFILE_IDMAP, 1, [i_op->tmpfile() has mnt_idmap])
66 AC_DEFINE(HAVE_TMPFILE_USERNS, 1, [i_op->tmpfile() has userns])
70 AC_DEFINE(HAVE_TMPFILE_USERNS, 1, [i_op->tmpfile() has userns])
71 AC_DEFINE(HAVE_TMPFILE_DENTRY, 1, [i_op->tmpfile() uses old dentry signature])
75 AC_DEFINE(HAVE_TMPFILE_DENTRY, 1, [i_op->tmpfile() uses old dentry signature])
77 ZFS_LINUX_REQUIRE_API([i_op->tmpfile()], [3.11])