Home
last modified time | relevance | path

Searched refs:attr_flags (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_ioctl.c1028 int attr_flags = 0; in xfs_ioc_space() local
1047 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_space()
1050 attr_flags |= ATTR_DMI; in xfs_ioc_space()
1054 NULL, attr_flags); in xfs_ioc_space()
1236 int attr_flags; in xfs_ioc_xattr() local
1240 attr_flags = 0; in xfs_ioc_xattr()
1273 attr_flags = 0; in xfs_ioc_xattr()
1276 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()
1284 XVOP_SETATTR(vp, vattr, attr_flags, NULL, error); in xfs_ioc_xattr()
1333 attr_flags = 0; in xfs_ioc_xattr()
[all …]
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_vnodeops.c4021 int attr_flags) in xfs_alloc_file_space() argument
4070 (attr_flags&ATTR_DMI) == 0 && in xfs_alloc_file_space()
4185 if (error == ENOSPC && (attr_flags&ATTR_DMI) == 0 && in xfs_alloc_file_space()
4293 int attr_flags) in xfs_free_file_space() argument
4333 (attr_flags & ATTR_DMI) == 0 && in xfs_free_file_space()
4339 AT_DELAY_FLAG(attr_flags), NULL); in xfs_free_file_space()
4344 ASSERT(attr_flags & ATTR_NOLOCK ? attr_flags & ATTR_DMI : 1); in xfs_free_file_space()
4345 if (attr_flags & ATTR_NOLOCK) in xfs_free_file_space()
4513 int attr_flags) in xfs_change_file_space() argument
4591 1, attr_flags); in xfs_change_file_space()
[all …]
/freebsd-9-stable/sys/dev/de/
Dif_devar.h381 u_int16_t attr_flags; member
/freebsd-9-stable/contrib/gcc/
Dc-decl.c4339 int attr_flags = 0; in grokdeclarator() local
4345 attr_flags |= (int) ATTR_FLAG_DECL_NEXT; in grokdeclarator()
4347 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT; in grokdeclarator()
4349 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT; in grokdeclarator()
4352 attr_flags); in grokdeclarator()
/freebsd-9-stable/contrib/gcc/cp/
Ddecl.c7712 int attr_flags; in grokdeclarator() local
7714 attr_flags = 0; in grokdeclarator()
7716 attr_flags |= (int) ATTR_FLAG_DECL_NEXT; in grokdeclarator()
7718 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT; in grokdeclarator()
7720 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT; in grokdeclarator()
7723 attr_flags); in grokdeclarator()
DChangeLog-2001924 * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.