Searched refs:xflags (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_xattr.c | 36 void *value, size_t size, int xflags) in xfs_xattr_get() argument 46 xflags |= ATTR_KERNOVAL; in xfs_xattr_get() 50 error = xfs_attr_get(ip, (unsigned char *)name, value, &asize, xflags); in xfs_xattr_get() 58 size_t size, int flags, int xflags) in xfs_xattr_set() argument 67 xflags |= ATTR_CREATE; in xfs_xattr_set() 69 xflags |= ATTR_REPLACE; in xfs_xattr_set() 72 return xfs_attr_remove(ip, (unsigned char *)name, xflags); in xfs_xattr_set() 74 (void *)value, size, xflags); in xfs_xattr_set()
|
D | xfs_ioctl.c | 848 unsigned int xflags = start; in xfs_merge_ioc_xflags() local 851 xflags |= XFS_XFLAG_IMMUTABLE; in xfs_merge_ioc_xflags() 853 xflags &= ~XFS_XFLAG_IMMUTABLE; in xfs_merge_ioc_xflags() 855 xflags |= XFS_XFLAG_APPEND; in xfs_merge_ioc_xflags() 857 xflags &= ~XFS_XFLAG_APPEND; in xfs_merge_ioc_xflags() 859 xflags |= XFS_XFLAG_SYNC; in xfs_merge_ioc_xflags() 861 xflags &= ~XFS_XFLAG_SYNC; in xfs_merge_ioc_xflags() 863 xflags |= XFS_XFLAG_NOATIME; in xfs_merge_ioc_xflags() 865 xflags &= ~XFS_XFLAG_NOATIME; in xfs_merge_ioc_xflags() 867 xflags |= XFS_XFLAG_NODUMP; in xfs_merge_ioc_xflags() [all …]
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_replay.c | 67 if (x->xflags & XFRM_TIME_DEFER) in xfrm_replay_notify() 78 x->xflags |= XFRM_TIME_DEFER; in xfrm_replay_notify() 92 x->xflags &= ~XFRM_TIME_DEFER; in xfrm_replay_notify() 310 if (x->xflags & XFRM_TIME_DEFER) in xfrm_replay_notify_bmp() 321 x->xflags |= XFRM_TIME_DEFER; in xfrm_replay_notify_bmp() 336 x->xflags &= ~XFRM_TIME_DEFER; in xfrm_replay_notify_bmp() 377 if (x->xflags & XFRM_TIME_DEFER) in xfrm_replay_notify_esn() 387 x->xflags |= XFRM_TIME_DEFER; in xfrm_replay_notify_esn() 402 x->xflags &= ~XFRM_TIME_DEFER; in xfrm_replay_notify_esn()
|
D | xfrm_state.c | 397 if (x->xflags & XFRM_SOFT_EXPIRE) { in xfrm_timer_handler() 425 x->xflags &= ~XFRM_SOFT_EXPIRE; in xfrm_timer_handler() 428 x->xflags |= XFRM_SOFT_EXPIRE; in xfrm_timer_handler() 1690 x->xflags |= XFRM_TIME_DEFER; in xfrm_replay_timer_handler()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi.c | 126 u32 xflags, seqno; in efx_mcdi_send_request() local 136 xflags = 0; in efx_mcdi_send_request() 138 xflags |= MCDI_HEADER_XFLAGS_EVREQ; in efx_mcdi_send_request() 148 MCDI_HEADER_XFLAGS, xflags, in efx_mcdi_send_request() 160 MCDI_HEADER_XFLAGS, xflags, in efx_mcdi_send_request()
|
/linux-4.1.27/include/net/ |
D | xfrm.h | 198 u32 xflags; member
|