Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/linux/
Dlustre_patchless_compat.h62 #ifndef ATTR_CTIME_SET
67 #define ATTR_CTIME_SET (1 << 28) macro
/drivers/staging/lustre/lustre/llite/
Dllite_close.c132 op_data->op_attr.ia_valid |= ATTR_MTIME_SET | ATTR_CTIME_SET | in ll_done_writing_attr()
Dllite_lib.c1246 attr->ia_valid |= ATTR_CTIME_SET; in ll_setattr_raw()
Dfile.c109 ATTR_CTIME | ATTR_CTIME_SET; in ll_prepare_close()
/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c254 if (ia_valid & ATTR_CTIME_SET) in attr_pack()
/drivers/staging/lustre/lustre/osc/
Dosc_io.c429 if (ia_valid & ATTR_CTIME_SET) { in osc_io_setattr_start()