Searched refs:attr_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_ioctl.c1028 int attr_flags = 0; local
1047 attr_flags |= ATTR_NONBLOCK;
1050 attr_flags |= ATTR_DMI;
1054 NULL, attr_flags);
1236 int attr_flags; local
1240 attr_flags = 0;
1273 attr_flags = 0;
1276 attr_flags |= ATTR_NONBLOCK;
1284 XVOP_SETATTR(vp, vattr, attr_flags, NULL, error);
1333 attr_flags
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_vnodeops.c4021 int attr_flags)
4070 (attr_flags&ATTR_DMI) == 0 &&
4185 if (error == ENOSPC && (attr_flags&ATTR_DMI) == 0 &&
4293 int attr_flags)
4333 (attr_flags & ATTR_DMI) == 0 &&
4339 AT_DELAY_FLAG(attr_flags), NULL);
4344 ASSERT(attr_flags & ATTR_NOLOCK ? attr_flags & ATTR_DMI : 1);
4345 if (attr_flags & ATTR_NOLOCK)
4513 int attr_flags)
4016 xfs_alloc_file_space( xfs_inode_t *ip, xfs_off_t offset, xfs_off_t len, int alloc_type, int attr_flags) argument
4289 xfs_free_file_space( xfs_inode_t *ip, xfs_off_t offset, xfs_off_t len, int attr_flags) argument
4507 xfs_change_file_space( bhv_desc_t *bdp, u_long cmd, xfs_flock64_t *bf, xfs_off_t offset, cred_t *credp, int attr_flags) argument
[all...]
/freebsd-9.3-release/sys/dev/de/
H A Dif_devar.h381 u_int16_t attr_flags; member in struct:__anon7525
388 /* Definitions for tulip_phy_attr_t.attr_flags */
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c4360 int attr_flags = 0;
4366 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
4368 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
4370 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
4373 attr_flags);
4339 int attr_flags = 0; local
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c7727 int attr_flags;
7729 attr_flags = 0;
7731 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
7733 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
7735 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
7738 attr_flags);
7712 int attr_flags; local

Completed in 121 milliseconds