Searched refs:intent (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnamei.h30 } intent; member in struct:nameidata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtmp-session-like-system.conf74 intent is that these limits should never be hit. -->
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dopen.c741 * lookup_instantiate_filp - instantiates the open intent filp
754 * Note that in case of error, nd->intent.open.file is destroyed, but the
764 if (IS_ERR(nd->intent.open.file))
768 nd->intent.open.file = __dentry_open(dget(dentry), mntget(nd->path.mnt),
769 nd->intent.open.file,
772 return nd->intent.open.file;
775 nd->intent.open.file = (struct file *)dentry;
792 /* Pick up the filp from the open intent */
793 filp = nd->intent.open.file;
H A Dnamei.c378 * release_open_intent - free up open intent resources
383 if (nd->intent.open.file->f_path.dentry == NULL)
384 put_filp(nd->intent.open.file);
386 fput(nd->intent.open.file);
1586 if (!IS_ERR(nd->intent.open.file))
1660 if (IS_ERR(nd->intent.open.file)) {
1661 error = PTR_ERR(nd->intent.open.file);
1730 if (!IS_ERR(nd->intent.open.file))
1801 nd.intent.open.file = filp;
1803 nd.intent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Ddir.c312 oflags = nd->intent.open.flags;
685 (nd->intent.open.flags & O_CREAT)) {
688 nd->intent.open.create_mode,
689 nd->intent.open.flags, &oplock,
727 nd->intent.open.flags,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dexample.c261 int intent;
263 if (png_get_sRGB(png_ptr, info_ptr, &intent))
H A Dpngset.c509 png_set_sRGB(png_structp png_ptr, png_infop info_ptr, int intent) argument
516 info_ptr->srgb_intent = (png_byte)intent;
522 int intent)
544 png_set_sRGB(png_ptr, info_ptr, intent);
521 png_set_sRGB_gAMA_and_cHRM(png_structp png_ptr, png_infop info_ptr, int intent) argument
H A Dpngtest.c982 int intent; local
984 if (png_get_sRGB(read_ptr, read_info_ptr, &intent))
985 png_set_sRGB(write_ptr, write_info_ptr, intent);
H A Dpngrutil.c942 int intent; local
977 intent = buf[0];
978 /* Check for bad intent */
979 if (intent >= PNG_sRGB_INTENT_LAST)
981 png_warning(png_ptr, "Unknown sRGB intent");
1032 png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr, intent);
H A Dpng.h869 png_byte srgb_intent PNG_DEPSTRUCT; /* sRGB rendering intent [0, 1, 2, or 3] */
2477 png_infop info_ptr, int *intent));
2482 png_infop info_ptr, int intent));
2484 png_infop info_ptr, int intent));
3299 int intent)) PNG_PRIVATE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dexample.c252 int intent;
254 if (png_get_sRGB(png_ptr, info_ptr, &intent))
H A Dpngset.c563 png_set_sRGB(png_structp png_ptr, png_infop info_ptr, int intent) argument
569 info_ptr->srgb_intent = (png_byte)intent;
575 int intent)
598 png_set_sRGB(png_ptr, info_ptr, intent);
574 png_set_sRGB_gAMA_and_cHRM(png_structp png_ptr, png_infop info_ptr, int intent) argument
H A Dpngtest.c882 int intent; local
884 if (png_get_sRGB(read_ptr, read_info_ptr, &intent))
886 png_set_sRGB(write_ptr, write_info_ptr, intent);
H A Dpng.h651 png_byte srgb_intent; /* sRGB rendering intent [0, 1, 2, or 3] */
2195 png_infop info_ptr, int *intent));
2200 png_infop info_ptr, int intent));
2202 png_infop info_ptr, int intent));
2925 int intent));
H A Dpngrutil.c885 int intent; local
920 intent = buf[0];
921 /* check for bad intent */
922 if (intent >= PNG_sRGB_INTENT_LAST)
924 png_warning(png_ptr, "Unknown sRGB intent");
974 png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr, intent);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddir.c700 * Return the intent data that applies to this particular path component
714 * Use intent information to check whether or not we're going to do
728 * or if the intent information indicates that we're about to open this
1015 * Use intent information to determine whether we need to substitute
1027 (nd->intent.open.flags & (O_CREAT|O_TRUNC|FMODE_WRITE)))
1071 if (!(nd->intent.open.flags & O_NOFOLLOW))
1108 openflags = nd->intent.open.flags;
1270 open_flags = nd->intent.open.flags;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dp2p.h132 uint8 intent; /* Intent Value 0...15 (0=legacy 15=master only) */ member in struct:wifi_p2p_intent_se_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dfile.c110 * already opened by intent during lookup, and we do nothing.
221 struct file *file = nd->intent.open.file;
225 int flags = nd->intent.open.flags - 1; /* silly vfs! */
H A Ddir.c536 * Look up a single dir entry. If there is a lookup intent, inform
558 /* open (but not create!) intent? */
562 !(nd->intent.open.flags & O_CREAT)) {
563 int mode = nd->intent.open.create_mode & ~current->fs->umask;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl392 Thus, it is not the intent of this section to claim rights or contest
393 your rights to work written entirely by you; rather, the intent is to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_inode.c674 flags = nd->intent.open.flags - 1;
788 flags = nd->intent.open.flags - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl392 Thus, it is not the intent of this section to claim rights or contest
393 your rights to work written entirely by you; rather, the intent is to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Ddir.c510 if ((nd->intent.open.flags & O_ACCMODE) > 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmanual.tex351 Thus, it is not the intent of this section to claim rights or contest
352 your rights to work written entirely by you; rather, the intent is to
H A Dmanual2e.tex354 Thus, it is not the intent of this section to claim rights or contest
355 your rights to work written entirely by you; rather, the intent is to

Completed in 415 milliseconds

12