Searched refs:xflags (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_util.c | 30 unsigned int xflags) in xfs_flags2diflags() argument 36 if (xflags & FS_XFLAG_IMMUTABLE) in xfs_flags2diflags() 38 if (xflags & FS_XFLAG_APPEND) in xfs_flags2diflags() 40 if (xflags & FS_XFLAG_SYNC) in xfs_flags2diflags() 42 if (xflags & FS_XFLAG_NOATIME) in xfs_flags2diflags() 44 if (xflags & FS_XFLAG_NODUMP) in xfs_flags2diflags() 46 if (xflags & FS_XFLAG_NODEFRAG) in xfs_flags2diflags() 48 if (xflags & FS_XFLAG_FILESTREAM) in xfs_flags2diflags() 51 if (xflags & FS_XFLAG_RTINHERIT) in xfs_flags2diflags() 53 if (xflags & FS_XFLAG_NOSYMLINKS) in xfs_flags2diflags() [all …]
|
H A D | xfs_inode_util.h | 11 uint16_t xfs_flags2diflags(struct xfs_inode *ip, unsigned int xflags); 12 uint64_t xfs_flags2diflags2(struct xfs_inode *ip, unsigned int xflags);
|
/linux/net/xfrm/ |
H A D | xfrm_replay.c | 70 if (x->xflags & XFRM_TIME_DEFER) in xfrm_replay_notify() 81 x->xflags |= XFRM_TIME_DEFER; in xfrm_replay_notify() 95 x->xflags &= ~XFRM_TIME_DEFER; in xfrm_replay_notify() 327 if (x->xflags & XFRM_TIME_DEFER) in xfrm_replay_notify_bmp() 338 x->xflags |= XFRM_TIME_DEFER; in xfrm_replay_notify_bmp() 353 x->xflags &= ~XFRM_TIME_DEFER; in xfrm_replay_notify_bmp() 394 if (x->xflags & XFRM_TIME_DEFER) in xfrm_replay_notify_esn() 404 x->xflags |= XFRM_TIME_DEFER; in xfrm_replay_notify_esn() 419 x->xflags &= ~XFRM_TIME_DEFER; in xfrm_replay_notify_esn()
|
H A D | xfrm_state.c | 661 if (x->xflags & XFRM_SOFT_EXPIRE) { in xfrm_timer_handler() 689 x->xflags &= ~XFRM_SOFT_EXPIRE; in xfrm_timer_handler() 692 x->xflags |= XFRM_SOFT_EXPIRE; in xfrm_timer_handler() 2702 x->xflags |= XFRM_TIME_DEFER; in xfrm_replay_timer_handler()
|
/linux/include/linux/ |
H A D | fileattr.h | 38 void fileattr_fill_xflags(struct fileattr *fa, u32 xflags);
|
/linux/fs/xfs/ |
H A D | xfs_iops.c | 1288 unsigned int xflags = xfs_ip2xflags(ip); in xfs_diflags_to_iflags() local 1293 if (xflags & FS_XFLAG_IMMUTABLE) in xfs_diflags_to_iflags() 1295 if (xflags & FS_XFLAG_APPEND) in xfs_diflags_to_iflags() 1297 if (xflags & FS_XFLAG_SYNC) in xfs_diflags_to_iflags() 1299 if (xflags & FS_XFLAG_NOATIME) in xfs_diflags_to_iflags()
|
/linux/drivers/cdx/controller/ |
H A D | mcdi.c | 227 u32 xflags; in cdx_mcdi_send_request() local 238 xflags = 0; in cdx_mcdi_send_request() 248 MCDI_HEADER_XFLAGS, xflags, in cdx_mcdi_send_request()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.c | 160 u32 xflags, seqno; in efx_mcdi_send_request() local 170 xflags = 0; in efx_mcdi_send_request() 172 xflags |= MCDI_HEADER_XFLAGS_EVREQ; in efx_mcdi_send_request() 182 MCDI_HEADER_XFLAGS, xflags, in efx_mcdi_send_request() 194 MCDI_HEADER_XFLAGS, xflags, in efx_mcdi_send_request()
|
/linux/fs/ |
H A D | ioctl.c | 464 void fileattr_fill_xflags(struct fileattr *fa, u32 xflags) in fileattr_fill_xflags() argument 468 fa->fsx_xflags = xflags; in fileattr_fill_xflags()
|
/linux/include/net/ |
H A D | xfrm.h | 267 u32 xflags; member
|